Author: falz | Posted on: 11/2/2009 5:23:31 AM | Views : 726

Im trying to use the RangeValidation on a textbox control so that the user may only input A-Z, a-z.. therefore I am setting the Type to string, Minimum value to A and Maximum Value to z.. however its not working properly as if I just type a in the textbox, the error message fires up.

Is there anything I am missing out or should I just use a CustomValidation to check the users input?


Thanks



...

Go to the complete details ...