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

Which is better union or union all?

0 Answers  


What is viewstate?

6 Answers   Abacus, Microsoft, Sopra,


What are the action filters available in asp.net mvc

1 Answers   TCS,


What is Cookies Less Session?

0 Answers  


How to configure a website without using IIS.

3 Answers   CGI,






What is the name of the process the browser uses to find the address of a web server? a) DMZ b) DNS c) Active Directory d) Database lookup

1 Answers   Syntax Softtech,


If 200 is for all successful operation then why do we have 201 response codes?

0 Answers  


what are the components available in global.asax ?

1 Answers  


What is the exact purpose of http handlers?

0 Answers  


What is server components?

0 Answers  


What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?

2 Answers  


If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.

6 Answers   CTS,


Categories