Difference between GET and POST? Which is used when?
Answers were Sorted based on User's Feedback
Answer / guest
"GET" is used to send information through URL. The Data we
can send throught it limited.
"POST" is used to send information through TCP/IP protocol.
We can send bulk data using this method.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / bnm
the data in get method is visisble to browser but in
post,the data is invisible.
we can send fix nos. of data in getmethod but in case of
post,large number of data canbe sent.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.
How many Max Cookies can we create in Server? A. 10 B. 20 C. 30 D. 40
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...
What are the attributes of the <form> tags?
what is the default .net provider
What is an asp program?
What are the differences between asp and asp.net and is asp.net backward compatible to asp?
What is the default scripting language in asp?
How does if-not-modified-since work? How can it be programmatically implemented with ASP.NET?
How do I make it so that code runs when the security system is stopping it?
what is execute dataset for sp
Why asp is used?