ASP Programming Question:

What is Querystring collection in ASP?

ASP Programming Interview Question
ASP Programming Interview Question

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


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