Question: Update the attached PQ4 ASP.NET web application by adding below validations: Use RequiredFieldValidator to validate that the user entered some data into the Full
Update the attached PQ4 ASP.NET web application by adding below validations: Use RequiredFieldValidator to validate that the user entered some data into the Full Name, Email address and Password controls Use Compare FieldValidator to validate that the entered Password and Re-enter password are same Use RegularExpression Validator to validate that the email address is in proper format Use RegularExpression Validator to validate that the password is atleast 8 characters long Use RegularExpression Validator to validate that the Full Name contains a white space character separating the first and last names. The firstname and lastname should contain atleast one character. Use Custom Validator to validate that the email address contains company name in it (for example if the company name is uhcl, then the expected email address is *@uhcl.edu)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
