RangeValidator
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
-
Hi! Why i try to set the MaximumValue of a RangeValidator to 10.5 and MinimumValue of it to 9.5, an error occur "The MaximumValue 10.5 cannot be less than the MinimumValue 9.5 of RangeValidator1" :confused: Can you tell me why the error occur Thanks!
-
Hi there, If you want to use the RangeValidator with a value of the double type like 10.5, you need to make sure that the
Type
property of the validator is set toDouble
.