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 |
how can we done appllication deployment
What purpose is served by the application.lock method?
What is the difference between asp and acp?
Define a form collection?
How does if-not-modified-since work? How can it be programmatically implemented with ASP.NET?
How do I view an asp file?
Resource Files: How to use the resource files, how to know which language to use?
How to Display images using Response object? A. Contenttype=Application/Brush B. Contenttype=Image/JPG C. Contenttype=Application/paint D. Contenttype=Image/WMF
What are the attributes of the tags? What are their functions?
Explain the difference between client-side script and server-side script?
no.of pages comes before protected void ?
What is the command to display characters to the html page in asp?