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

  • User Name text box: Jarhead05
  • Password text box (set TextMode to password)
  • Re-conform Password text box
  • Name text box: Mar1
  • Street Address text box: 6434 Brandon Ave, Springfield, VA 22150
  • Drop down list box for selecting a state (populate it with names of five states) VA, FL, WY, CO, NJ
  • 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).Please use these cities: Springfield, Lorton, Alexandria, Colorado Springs, Boulder, Sheridan, Cheyenne, Newark and Trenton
  • 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)

Create an appropriate header for the web page and add graphics to make the page look professional. Set the default focus of the form to User Name text box and default button to Submit button.

2. Create a login page for your web site. The page should have the following controls (all controls must be appropriately labeled):

  • User Name text box
  • Password text box
  • Submit button (if the user name is Joe and password is Doe then display a web page with the message "Login Success" else display a web page with the message "Login Failed")
  • Clear button (will clear the form)

Create an appropriate header for the web page and add graphics to make the page look professional. Set the default focus of the form to User Name text box and default button to Submit button. Set the autocomplete attribute of the form to off so that the user name and password is not saved by the browser.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.