ASP Programming Question:
Download Questions PDF

What is Querystring collection in ASP?

Answer:

Querystring collection stores any values that are provided in the URL. This can be generated by three methods:
By clicking on an anchor tag
By sending a form to the server by the GET method
Through user-typed HTTP address

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is the maximum size of an array in ASP?What are the attributes of the tags? What are their functions?