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 STLC in Testing

0 Answers  


What is asp

0 Answers   STC,


What is http header?

0 Answers  


What is Querystring collection?

1 Answers  


How to add? tree view control in datagrid in asp.net using c#?

0 Answers  






Define the asp scripting objects?

0 Answers  


Define file system object object?

0 Answers  


what is cookies?

2 Answers  


What are the collections of Application Object?

1 Answers  


Explain the tags necessary to be present within the tag ?

0 Answers  


i want question papers of ASP

0 Answers  


What are the tasks performed by <form> tags?

0 Answers  


Categories