Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 to publish website

1 Answers   Syntel,


Suppose you display a data having 200 records in a datagrid. Then you edit 100 records of them. Now when you will press update button,all 100 records should be updated in single shot rather than reading every record and updating. How to do it?

4 Answers   Wipro,


Explain the difference between response.redirect vs server.transfer

0 Answers  


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,


How do we make a poperty read only?

1 Answers   Microsoft,


What is HTTPContext and HTTPModule. What is the use of them?

1 Answers  


What is the behavior of a Web browser when it receives an invalid element?

0 Answers   MindCracker,


What symbol specifies the beginning of a query string?

0 Answers  


What is validation in asp.net?

0 Answers  


What's the ASP.Net Application life cycle?

0 Answers   Wipro,


What are the difference between overriding and overloading?

0 Answers  


What is the default authentication mode for asp.net?

0 Answers  


Categories