What is QueryString used for?

The QueryString collection is used to retrieve the variable values in the HTTP query string . The line above generates a variable named txt with the value “this is a query string test”. Query strings are also generated by form submission, or by a user typing a query into the address bar of the browser.

Read more