Difference between Htttppost and Httpget Methods?

Answers were Sorted based on User's Feedback



Difference between Htttppost and Httpget Methods?..

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

Difference between Htttppost and Httpget Methods?..

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

Difference between Htttppost and Httpget Methods?..

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

Post New Answer

More ASP.NET Interview Questions

How many ways are there to maintain a state in .net? What is view state?

0 Answers  


Where session variables are stored?

0 Answers  


Explain advantages of caching?

0 Answers  


Define asp.net caching?

0 Answers  


About writting a query and SP which is better ?

5 Answers   Abacus, Satyam,






How can we communicate with each server in N-tier Architecture? and what are the methods?

0 Answers   Wipro,


Explain about consistent programming model in the .NET framework?

0 Answers  


What is a viewbag?

0 Answers  


How to migrate from sqlserver 2005 to sql server 2000 (every one know reverse process of that )

2 Answers   Cap Gemini,


Where does the Web page belong in the .NET Framework class hierarchy?

1 Answers   Perot Systems, Visual Soft,


Difference between .NET components and COM components?

2 Answers   Microsoft,


What?s a bubbled event?

6 Answers   Visual Soft,


Categories