What is the difference between Querystring collection and
Form collection?
Answer Posted / guest
The main difference is that the Querystring collection gets
appended to a URL(with a ?) and can be generated by three
ways whereas the Form collection is sent as part of the
HTTP request body and there is only way to generate a Form
collection.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Define application object in asp?
What are the differences between asp and asp.net and is asp.net backward compatible to asp?
Explain the difference between cookies collection and form/querystring collection?
What is full form of aspx?
Explain the order of precedence for logical operators.
What type of code is found in a code-behind class?
Explain life cycle of asp page.
Can I avoid using the garbage collected heap?
What is the command to display characters to the html page in asp?
What is an asp program?
Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...
How do I open an asp file in excel?
What happens to asp pages?
What is meant by cookies? Explain the main features?
What is a variable in asp?