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 |
Explain life cycle of asp page.
What is asp cookies?
Define application-scope?
What is the common type system (cts)?
Define response object?
Why .Net Does not Support multiple inheritance?
What is a Dictionary object?
Name the methods in session object?
What purpose is served by the application.lock method?
How many types of cookies?
Name the methods by which output stream is controlled?
Which choice is NOT a property of Dictionary Object? A. Key() B. CompareMode C. Item () D. Exists () E. Count