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
Is asp.net still used?
what is AutoEventWireUp and what is the use of This property explain in details?
What is the difference between user control and custom control?
What events will occur when a page is loaded?
Can more than one person use the same login?
What is a web farm?
Explain the difference between dataset and datareader.
What is the difference between web config and machine config files?
What is bson in web api?
How to implement form based authentication in asp.net application?
Why is it preferred to not use finalize for clean up?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is postback and autopostback in asp.net?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
When was asp.net released?