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
What is aspx format?
explain with example redaing contents and writing contents from a file using APS object stream.
How do I open aspx files on windows 10?
Explain the difference between the value-type variables and reference-type variables?
What is the difference between cshtml and aspx?
What options are available to deploy my .net applications?
What is ascx cs?
Define querystring collection in asp?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.
Name the data type should you use if you want an 8-bit value thats signed?
what is the role of attributes properties in asp field object
Enter the roll number of a student and get his marks from a database file called MARKS. Use an ASP code for the same
Name the browsers that can access asp pages?
How do I open aspx file on mac?
Define a cookies collection?