Answer Posted / 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 |
Post New Answer View All Answers
Explain how to display images using response object?
Explain the order of precedence for logical operators.
What is the common language specification (cls)?
What is the difference between cshtml and aspx?
What is an asp program?
Explain what are the methods in session object in asp?
Name the methods in session object?
___________ and ____________ properity to be used to create localized version of a form
What are the attributes of the tags?
Define clientcertificate collection?
What is an asp model?
what is STLC in Testing
How many types of report in asp.net 2008?
Explain the tags necessary to be present within the tag ?
Define a class in css?