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 |
What is asp in web?
How does non-deterministic garbage collection affect my code?
What are the properties used to control the expiration of the page?
What are asp controls?
What is Round Trip
What are the asp objects?
Is asp a language?
What are the different types of html?
What is aspx used for?
how can i show the data of sql table in different dropdown list?
Explain the advantages of using asp?
Explain the difference between the value-type variables and reference-type variables?