ASP Programming Question:

What is Querystring collection in ASP?

Tweet Share WhatsApp

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 PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
What is the maximum size of an array in ASP?What are the attributes of the tags? What are their functions?