This code retrieves and displays the value stored in a hidden field when a button is clicked. The value is shown in a label on the page.
In this page, data is received via query strings, such as username, user ID, gender, and location, and displayed in a summary label.
This page allows the user to select a name from a list, enter their full name, gender, and country code, then redirects to Form2.aspx
passing the data as query string parameters.
This page stores the user's name in a cookie, which is retrieved when the user revisits the site. The cookie is valid for 30 days and is used to greet the user by name.