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
What is the difference between razor and aspx view engine?
what are web handlers?
Explain how to refresh an asp page on a single click of a button?
what is the difference between sql server2000 and 2005
Is asp better than php?
What do you need to run asp?
Explain the differences between asp and asp.net and is asp.net backward compatible to asp?
How we load the page in ASP?
What is asp contentplaceholder?
Define a variable?
Define garbage collection?
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
What is msmq? What is n-tier system?
What is full form of aspx?
What are private assemblies?