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
how to implemet online examination in asp.net
What do you need to run asp?
What are the attributes of the tags?
What is asp give its application?
What app opens aspx files?
Should user input data validation occur server-side or client-side?
Explain the difference between the value-type variables and reference-type variables?
explain with example redaing contents and writing contents from a file using APS object stream.
Define a cookies collection?
What is the full name of asp in vb net?
What is asp content?
Can .net framework components be used from a com program?
What are the tasks performed by <> tags?
Name the methods in application object?
What are the scripting objects in asp?