difference between POST & GET methods?



difference between POST & GET methods?..

Answer / guest

POST METHOD:
The POST method generates a FORM collection, which is sent
as a HTTP request body. All the values typed in the form
will be stored in the FORM collection.

GET METHOD:
The GET method sends information by appending it to the
URL (with a question mark) and stored as A Querystring
collection. The Querystring collection is passed to the
server as name/value pair.
The length of the URL should be less than 255 characters.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More ASP Interview Questions

What is asp in web?

0 Answers  


How does non-deterministic garbage collection affect my code?

0 Answers  


What are the properties used to control the expiration of the page?

1 Answers  


What are asp controls?

0 Answers  


What is Round Trip

1 Answers  


What are the asp objects?

0 Answers  


Is asp a language?

0 Answers  


What are the different types of html?

0 Answers  


What is aspx used for?

0 Answers  


how can i show the data of sql table in different dropdown list?

1 Answers  


Explain the advantages of using asp?

0 Answers  


Explain the difference between the value-type variables and reference-type variables?

0 Answers  


Categories