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 msmq?
What is Debit Memo & Credit Memo in Payables?
Explain the event handlers of session object?
What is asp price?
What are the browsers that can access asp pages?
define the functionality of web server in context to Active server page.
What is asp code?
What is asp cookies?
can any one tell me about dot net framework not basic detail
How to delete an existing cookie?
I have all files relating one project in ASP.... I want to make a Localhost for running like website........
What app opens aspx files?