What is the difference between Cookies collection and
Form/Querystring collection?
Answer / guest
Cookie collection does not have the Count property. Cookies
can have multiple values for the same cookie name but each
value can be referred using a key whereas in a
Form/Querystring cookie each value has to be referred using
a index value.
| Is This Answer Correct ? | 4 Yes | 2 No |
What is a Dictionary object?
What is an .asp file?
What is the purpose of application.lock method?
What are the scripting objects in asp?
How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID
How do I open aspx files?
Explain the properties of session object?
What is the difference between Cookies collection and Form/Querystring collection?
Name the methods by which output stream is controlled?
What is the difference between the value-type variables and reference-type variables
Explain the differences between asp and asp.net and is asp.net backward compatible to asp?
when u r designing where how do u design other than drag and drop method in the project of asp.net