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 |
How do you initialize a two-dimensional array that you don't know the dimensions of?
Is asp classic dead?
What is asp in web design?
Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...
how show video in own page.
How do cross-process communication work in the common language runtime?
What are the tags necessary to be present within the tag ?
explain joints in .net.
What are the tasks performed by <form> tags?
How we load the page in ASP?
What is the difference between asp and acp?
How You Can use Dropdownlist with in Data Grid .DropDownlist having data from Database?