Monday, March 22, 2010

ASP Forms and User Input

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.