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 |
can any one tell me about dot net framework not basic detail
What is ClientCertificate collection?
Explain how can you overload a method?
How to convert a string into an integer in .net?
In case of we are not saving the information as cookies. how server detects the same user?
Name the data type should you use if you want an 8-bit value thats signed?
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.
How to refresh an asp page on a single click of a button?
Is asp a language?
Explain the differences between asp and asp.net and is asp.net backward compatible to asp?
Is asp the same as saas?
How could u display all of the cookies/cookie values for a user through a Web page in ASP?