Range Validator control support types - ASP.NET Security

Q.  Range Validator control in ASP.NET supports which type?
- Published on 19 Oct 15

a. Integer
b. String
c. Currency
d. All of the above

ANSWER: All of the above
 
The RangeValidator control checks whether a user's input data is between a specified upper and lower value. This controls supports the following type.
• String
• Integer
• Double
• Date
• Currency

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)