Which data type does the RangeValidator control support?
The data types supported by the RangeValidator control are Integer, Double, String, Currency, and Date. The RangeValidator control in ASP.NET supports the following data types: Integer: Validates that the input falls within a specified range of integer values. Double: Validates that the input falls within a specified range of double-precision floating-point values. Currency: Validates that … Read more