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
how u can use asp.net for making website?
Define a scripting language?
Explain how big is the char?
what is page
What are scripting objects in asp?
What is the difference between asp and html? Or why asp is better than html?
Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.
What is .asp in html?
Define application object?
Name the methods in session object?
how to delete windows application in vs.net
What is the maximum size of an array?
Explain the difference between the value-type variables and reference-type variables in terms of garbage collection?
What is the command to display characters to the html page in asp?
Why asp is called active server?