Username Availability Validator v1.0 released
General, Reading By Dave Ward on October 2nd, 2008I am happy to announce that the first release of Username Availability Validator is available on CodePlex today: http://www.codeplex.com/UsernameAvailability.
Username Availability Validator is an ASP.NET server control which provides indication of username availability, for use in new user registration functionality.
Features include:
- Choice of automatic validation of the username’s availability as the user types it or validation when the user changes form fields.
- Derived from BaseValidator, so Page.IsValid and the ValidationSummary control function correctly.
- Flexibility of validating against an ASP.NET MembershipProvider or a custom authentication store, through a user supplied web service or page method.


