How to use min/max value properties of RangeValidator?

  • Thread starter Thread starter Guest
  • Start date Start date
Hi

For min and max, normally youvalue should be beween min and max, that'
min <= yourvalue <= max
For string, the comparison is based on its Ascii value
So min and max should be refered to the string's Ascii value

Bin Song, MCP
 
Hi

I think it is not clearly to use min/max in a range validator for checking ASCII values instead of string length? How can I validate string length with existing validators

Thanks,
 
Back
Top