What is the difference between HTTP-Post and HTTP-Get ?
Answer Posted / nazakat ali
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you change a Master Page dynamically at runtime?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What are the different authentication modes in asp.net?
In which event of the page life cycle, is the viewstate available?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What are sharepoint pages?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What is the use of response redirect in asp.net?
Explain ViewState?
Describe how to implement globalization and localization in the use interface in .net.
How does session work?
What are the various ways to send content from one page to another?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Does web services support data reader like pom project?
What is the sequence in which ASP.NET events are processed?