ASP Programming Question:
Download Job Interview Questions and Answers PDF
What is the difference between Cookies collection and Form/Querystring collection?
Answer:
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 an index value.
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 an index value.
Download ASP Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
What are the event handlers of Session Object? | What is an .ASP file? |