125k views
3 votes
The rangevalidator object on a web form has a type property for identifying the type of data for the range, such as ____.​

User Deepika
by
8.8k points

1 Answer

0 votes
numbers, dates, currency or strings - The range validator in a web form helps check whether the value entered in the field falls between the minimum and maximum values allowed in that field. For example if the type of data accepted is of date type, then the rangevalidator checks whether the entered date falls within the given range. That means, month entered should be between 1 and 12, etc.
User Lee McPherson
by
7.4k points

No related questions found