Answered You can hire a professional tutor to get the answer.

QUESTION

In VB language provide a registration form for a web site. The page should have the following controls (all controls must be appropriately labeled):

In VB language

provide a registration form for a web site. The page should have the following controls (all controls must be appropriately labeled):

  • User Name text box
  • Password text box (set TextMode to password)
  • Re-conform Password text box
  • Name text box
  • Street Address text box
  • Drop down list box for selecting a state (populate it with names of five states)
  • Drop down list box for selecting a city (this will be populated with names of five city based on the state selected in the drop down list box for state. For example, if the user select Colorado from the drop down list box for state then populate city list box with Denver, Colorado Springs, Aurora, Centennial, Littleton. You will have to set the AutoPostBack to true for the state drop down list box).
  • Zip Code text box
  • Radio buttons list for selecting sex (male or female)
  • Check boxes list for selecting hobbies (Reading, Watching TV, Biking, Stamp Collecting, Cooking)
  • Submit button (this will take them to registration confirmation page. The registration confirmation page will display a message that the registration has been completed. Use Response.Redirect method to display the registration confirmation page).
  • Clear button (will clear the form)
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question