Register Page - Creating a Custom Membership Provider and Membership User utilizing a Data Set Table Adapter - Step 13

On our Registration page, we'll look at a few Regular Expressions. We'll use client side validation using the RequiredFieldValidator and also the RegularExpressionValidator. On server side, we'll again check our validations using our FormUtility class and some Regex regular expressions defined there.

See the complete source code and article here...

1 Comment

Comments have been disabled for this content.