Difference between Htttppost and Httpget Methods?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / neha
Http Get is generally used when you send the request for first time on the server,
Http post is used once the page is there on user side and again the page is sent on the server to get some request
Is This Answer Correct ? | 2 Yes | 7 No |
Answer / satish
HTTP Get is a protocol is used to get the data from the
server side.While coming to the HTTP post to append the
data to the client side to server side which can given by
the user on URL
Is This Answer Correct ? | 2 Yes | 8 No |
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
I create small website, i want accept all the browser this website? what will do?
What is strong-typing versus weak-typing? Which is preferred? Why?
What is HTTPModule and HTTPcontext? What is the use of each?
How to authenticate users using web.config ?
Explain exception filters?
What are asp.net web forms?
In Crystal Report Refresh Button is not working. when I click on it it givesh error like "missing parameter values " I have used propery of Crystal Viewer like ReuseParameterValuesOnRefresh="True" but this also not working. Plz give me any solution.
Which .NET framework supports Web API?
How Can assign alias name for ASP.NET Web API Action?
What is parse in asp.net?
What is the difference between user control an custom control?