What is the difference between HTTP-Post and HTTP-Get ?
Answer / 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 |
What is the use of mcommand ? mcommand.fill(ds,"orderdetails");
• What Session State providers are available in ASP.NET? What are the pros and cons of each?
How many types of triggers are there in update panel?
What is diff. Between abstract class and an interface?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is session id in web application?
What is the usie of activex control in .net?
What is viewstate information stored?
What is the difference between ldap and active directory?
What is asp.net globalization?
What are the asp.net 2.0 features?
What base class do all Web Forms inherit from?