What is the difference between Querystring collection and
Form collection?
Answers were Sorted based on User's Feedback
Answer / mala
Querystring collection - store the value in user & its a
Getmethod
Form Collection-Hold the value& its a post Method
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / 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 |
Is asp a scripting language?
What is Extranet?
What is the difference between Querystring collection and Form collection?
What is use of asp?
How many types of cookies?
Can I use .net framework components from a com program?
What is the result of using Option Explicit? A. This applies only to Visual Basic, not VBScript. B. All variables must be dimensioned before use. C. All variables are dimensioned at run-time. D. Forces all SELECT controls to have a SELECTED option. E. Requires all variables be cast as specific DataTypes.
What is the function of Buffer in Response Object?
how to update text box value in c#.net project?
What is Response Object?
How to include active x controls in asp code?
Explain what are the methods in session object in asp?