difference between POST & GET methods?
Answer / guest
POST METHOD:
The POST method generates a FORM collection, which is sent
as a HTTP request body. All the values typed in the form
will be stored in the FORM collection.
GET METHOD:
The GET method sends information by appending it to the
URL (with a question mark) and stored as A Querystring
collection. The Querystring collection is passed to the
server as name/value pair.
The length of the URL should be less than 255 characters.
| Is This Answer Correct ? | 3 Yes | 1 No |
. which tag i need to use manually to bind columns in a datagrid ?
why we use data bind in asp.net
How many global.asa files can an Application have?
Explain what are the methods in session object in asp?
?onStart' and 'onEnd' are events of what object(s)? A. Application only. B. Session only. C. Server only. D. Application and Session only. E. Application, Session, and Server.
write a program for sorting of all students records in a class according to roll no. using ADO and corresponding database.
when u r designing where how do u design other than drag and drop method in the project of asp.net
What are private assemblies and shared assemblies?
what is execute dataset for sp
What are the event handlers of Application Object?
What is the difference between a namespace and an assembly name?
Name the asp objects?