ASP Programming Question:

What is Querystring collection?

Tweet Share WhatsApp

Answer:

This 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
it allows you to extract data sent to the server using a GET request.

Download ASP Programming PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
What does Server.Map Path do?What are the attributes of the tags? What are their functions?