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 |
What are the 3 types of internal controls?
what are the objects in asp?
2 Answers First Insight, VebTel,
What's the Difference between DSN and DSN Less connection?
What is the difference between asp and aspx?
Define querystring collection?
is string is a value type or reference type?
What is a service application?
What must be installed on an IIS4 machine to use the CDONTS e-mail server object? A. FTP service B. SMTP service C. IIS administrator D. Exchange Server E. IPX/SPX protocol
What are server variables collection?
How does VaryByCustom work?
6) Events in page life cycle?
. which tag i need to use manually to bind columns in a datagrid ?