This example uses the HTTP Querystring to store data in the URL, which is used to transfer data between pages.
An HTTP Request for a page can contain data in the body of the HTTP Request (POST method) or the URL (GET Method).
This example ASPX page appends data from the Textboxes to a URL for the requested page to use.