difference between POST & GET methods?



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

Post New Answer

More ASP Interview Questions

What is msmq?

1 Answers  


What is Debit Memo & Credit Memo in Payables?

1 Answers   Infosys,


Explain the event handlers of session object?

1 Answers  


What is asp price?

1 Answers  


What are the browsers that can access asp pages?

1 Answers  


define the functionality of web server in context to Active server page.

1 Answers  


What is asp code?

1 Answers  


What is asp cookies?

1 Answers  


can any one tell me about dot net framework not basic detail

1 Answers  


How to delete an existing cookie?

2 Answers  


I have all files relating one project in ASP.... I want to make a Localhost for running like website........

2 Answers  


What app opens aspx files?

1 Answers  


Categories