YouTip LogoYouTip

Asp Inputforms

# ASP Forms and User Input * * * The Request.QueryString and Request.Form commands are used to retrieve information from forms, such as user input. * * * ![Image 2: Examples]( ## Try It - Examples ( This example demonstrates how to use the Request.QueryString command to interact with users. ( This example demonstrates how to use the Request.Form command to interact with users. ( This example demonstrates how to use the Request.Form command to interact with users through radio buttons. * * * ## User Input The Request object can be used to retrieve user information from forms. ### HTML Form Example
← Asp CookiesAsp Procedures β†’