What is the difference between Cookies collection and
Form/Querystring collection?
Answer Posted / 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 |
Post New Answer View All Answers
Suppose someone gives a VB dll file (component). How to use that in an ASP file?
Is classic asp still supported?
What is asp and its features?
Explain how big is the data type int in .net?
Can I use .net framework components from a com program?
Whats the difference between struct and class in c#?
Define file system object object?
What is a service application?
What is the order of precedence for logical operators.
How many types of cookies?
we are doing Design of Placement Website as our academic project. Home page is in c#.net format and register page is in asp.net format. We met a problem in this.register page is not linked in home page. how i complete my project with out any change..?
Plz give me the code for binding the dropdownlists with Country,State,City And Each will represent after selecting upper dropdownlist
What does asp stand for in technology?
Resource Files: How to use the resource files, how to know which language to use?
Destructors CANNOT be implemented in which one of the following?