Range Validator control support types - ASP.NET Security
Q. Range Validator control in ASP.NET supports which type?- Published on 19 Oct 15a. 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