ASP Programming Question:

Download Job Interview Questions and Answers PDF

What is Querystring collection?

ASP Programming Interview Question
ASP Programming Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What does Server.Map Path do?What are the attributes of the tags? What are their functions?