Difference between GET and POST? Which is used when?

Answer Posted / soorai ganesh

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 ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I make it so that code runs when the security system is stopping it?

494


hello,please can any one tell me who is best faculty for asp.net in naresh it....i heard that mr.nagaraju and mr.rakesh sing both are best..so i am confused to take one particular faculty. classes ...so please if any attend classes just give me clarity of teaching style..i mean ..who is best...

2449


What does asp stand for in technology?

492


What is aspx format?

520


What are private assemblies and shared assemblies?

523






What is asp code?

490


no.of pages comes before protected void ?

1514


Explain the post and get method?

509


Which is the default scripting language of asp in server-side?

475


how can i connect to ms-access database, with ASP??

1371


What opens asp files?

514


What is difference between aspx and ascx?

495


What are the asp objects?

512


how to update text box value in c#.net project?

1673


textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.

1226