P
Pierre
I need to check the length of a string in a textbox control. I used
RegularExpressionValidator with ".{0,20}" to check if the string is between
0 and 20 characters. Is it possible to use the other validator classes to
check a string's length? I tried RangeValidator but it seems that it checks
for alphabetical order. Thanks for replies.
RegularExpressionValidator with ".{0,20}" to check if the string is between
0 and 20 characters. Is it possible to use the other validator classes to
check a string's length? I tried RangeValidator but it seems that it checks
for alphabetical order. Thanks for replies.