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 |
write a program for sorting of all students records in a class according to roll no. using ADO and corresponding database.
Explain what inheritance is and an example of when you might use it?
What are the properties used to control the expiration of the page?
What is ClientCertificate collection?
What do you mean by asp?
What opens asp files?
How to delete an existing cookie?
How do you initialize a two-dimensional array that you don't know the dimensions of?
Tell me about Dictionary Object?
Why we need stored procedures?
Explain the different types of session state management options available with asp.net?
How do you open an asp file?