How to validate values are numbers in validation control?It is possible?
Question :
How to Validate Values are numbers only in Validation control?
Ans :
Yes.It is possible in compare Validator.
When using comparevalidator set Operator=”DataTypeCheck” ,Type=”Double / Integer” and ControlToValidate=”TextBoxName” ErrorMessage=”Enter Numbers only”
Ex :
*
