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
In the Repeater control which way you can edit?
Explain how can we access static variable?
What is the difference between client-side and server-side validations in ASP.NET?
What is ispostback property?
What is the advantage of using Windows authentication in a Web application?
Is asp.net and .net same?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is session authentication?
What are html helpers in asp.net?
What is asp.net used for?
How to make paging concepts in datagrid in ASP.NET?
What is __ requestverificationtoken?
What are the differences between the response.write() and response.output.write()?
How will you load dynamic assembly? How will create assesblies at run time?
Why web api is better than wcf?