Per the thread in discussions, since we're already tracking a desired minimum length, let's validate for that condition as well. Need to implement client and server side validation for ControlToVa...
In addition to the ErrorMessage property in BaseValidator, we need to add an additional string property to contain the message used to reflect an available username.
Currently, the web service's username parameter is case sensitive. This is likely to lead to confusion for developers implementing the web service to use our control. Any efforts to overcome this...