Difference between Htttppost and Httpget Methods?
Answer Posted / shashikesh
As their names imply, both HTTP GET and HTTP POST use HTTP
as their underlying protocol. Both of these methods encode
request parameters as name/value pairs in the HTTP request.
The GET method creates a query string and appends it to the
script’s URL on the server that handles the request.
The POST method creates a name/value pairs that are passed
in the body of the HTTP request message.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Explain what is an assembly?
How long the items in ViewState exists?
How to register exception filter globally?
What is data binding in asp net?
What is the use of placeholder control? Can we see it at runtime?
How to Separate background image and front image from original picture....
What are the different types of validation controls provided in ASP.NET?
How to set the pane area to transparent of a scrollPane component.?
What is the file through which you can customize your asp.net application?
Explain the difference between Web Garden and Web Farm?
What is the use of session in web application?
What are sessions in asp net?
What is the use of dispose method?
How can we register exception filter from the action?
Describe the diffeerence between inline and code behind?