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 a Web Server?

2 Answers  


What is an .asp file?

0 Answers  


What is aspx cs file?

0 Answers  


Do you know ASP? Are u willing to work in it?

2 Answers   RealPage,


Explain how do you initiate a string without escaping each backslash?

0 Answers  






Define application object?

0 Answers  


How to convert a string into an integer in .net?

0 Answers  


If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?

0 Answers  


very Simple Question i Know But I Cant Do It public int Y { get { return _y; } set { _y = value; } } How Can i Check for Value Y in Accessories Say if Y > 5

0 Answers  


difference between partial and public ?

0 Answers   eSoft,


What is the difference between asp and html? Or why asp is better than html?

0 Answers  


how to do process steps fi -mm integration can u define anybody pls

0 Answers   L&T,


Categories