Project5,Cst272 - 01/03/2023 11:51 EST

Job ID: 36099994

Budget: $10 – $30 USD

Start a new ASP.NET Web Site project and create an ASP.NET Web form that allows a user to create a new account of some sort as follows:

The form prompts the user for his/her username and a password, plus the user's e-mail address and Internet homepage address (URL)

Include one TextBox server control for the username, two TextBox controls with TextMode set to Password for the password to validate that the two passwords were entered indentically, two TextBox controls for the e-mail address to also validate that both were entered indentically and one TextBox control for the user's Internet URL address (home page)

Include validation server controls to ensure that all TextBoxes for username, password and e-mail address are not blank (Internet homepage is optional and may be left blank which should be indicated to the user)

Validate that the content of both "password" TextBoxes are exactly equal and that the content of both "e-mail" TextBoxes are exactly equal

Validate that the content of all "e-mail" and "Internet URL" TextBoxes follow the correct format

Add a "Submit" Button server control to the form near the bottom of the page; if all validation controls on the form "validate" clicking this button should cause a second Web form in this Web Site to be displayed in the browser; this second page should be a "Thank you for registering" page

Add a "Clear" Button server control near to the "Submit" Button; clicking this Button should execute an event handler method that clears the contents of all TextBox controls on the form
Related categories: ASP .NET C# Programming ASP.NET Microsoft SQL Server