What are the various methods to pass data from one web page to another web page ?

Showing Answers 1 - 27 of 27 Answers

Surjit

  • Jul 11th, 2007
 

Normally two methods are used to pass data from one web page to another, that are:

1. POST
2. GET (pass in url)

  Was this answer useful?  Yes

A.P.Palaniraja

  • Oct 10th, 2007
 

POST
GET
SESSION
COOKIES

  Was this answer useful?  Yes

ANANDK

  • Oct 16th, 2007
 

1.POST
2.GET
3.SESSION
4.COOKIES
5.QUERY STRING

Mathi

  • Aug 4th, 2011
 

post
get
session
cookies
querystring

  Was this answer useful?  Yes

Sahil

  • Aug 8th, 2011
 

There are mainly three ways to pass data

a>By storing the value in session
b>By storing the value in cookie
c>Put the value in hidden field

  Was this answer useful?  Yes

hulla

  • Aug 9th, 2011
 

post-to hide details wrapped in http request
get-shows the inquiry string in the url

  Was this answer useful?  Yes

abc

  • Sep 12th, 2011
 

post
get
session
cookies
querystring

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions