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 is the difference between #include directory in C,C++ and import java.packages in java
Explain how do you initiate a string without escaping each backslash?
Which is better asp or php?
What is the Order of precedence for LOGICAL Operators in ASP?
What process happens behind, when we try to access any page on the internet.
What is hidden field?
What is a Virtual Directory?
Explain the post and get method or explain the difference between them?
what is object in c sharp?
What is the default scripting language in asp?
What is Response Object?
Define request object?