The Request.QueryString and Request.Form commands are used to retrieve user input from forms.
User Input
The Request object can be used to retrieve user information from forms.
Example HTML form
First Name:
Last Name:
User input can be retrieved with the Request.QueryString or Request.Form command.