Develop an Asp.Net application having web pages for:
1.1.Creating a Mail Account
a. Mail User Name should not be empty
b. Password should be at least 7 characters long. The first alphabet should be capital. Should have at least 2 digits somewhere in it.
c. Accept confirm password as well. And the Password and Confirm Password entries should match
d. Account Creation Date should be current date.
e. Accept hobbies using Checkboxes (like Reading, Drawing, Sports …) and check whether at least one checkbox is selected.
1.2.Sign In
a. Mail User Id and Password should not be empty.
b. Password should be at least 7 characters long. The first alphabet should be capital. Should have at least 2 digits somewhere in it.
c. Add a hyperlink to this page, so that if user is new he can navigate to “Create Mail Account” page.
Create the above pages based on “MailUsers” table.
1.3.Modify the SignIn Page and use HTML5 Controls
1.4.View the pages with the Page Inspector.
Comments
Leave a comment