difference between POST & GET methods?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how to display images using response object?

713


Explain the order of precedence for logical operators.

683


What is the common language specification (cls)?

731


What is the difference between cshtml and aspx?

707


What is an asp program?

676


Explain what are the methods in session object in asp?

655


Name the methods in session object?

728


___________ and ____________ properity to be used to create localized version of a form

1688


What are the attributes of the tags?

681


Define clientcertificate collection?

684


What is an asp model?

679


what is STLC in Testing

1771


How many types of report in asp.net 2008?

2018


Explain the tags necessary to be present within the tag ?

648


Define a class in css?

688