Interview Questions

What is Querystring collection?

ASP Interview Questions and Answers


(Continued from previous question...)

8. What is Querystring collection?

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.

(Continued on next question...)

Other Interview Questions