Programming Languages
ASP.NET
Subjective
May 17, 2013
What is Query string collection?
Detailed Explanation
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
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts