about custom validation
-
i want to identify the datatype in the textbox by validating the value in the textbox by custom validation for checks whether the value is of the type "integet" or "char".with the identification i can able to responsd the user that example "please enter only numeric values" The above can be acheived by either by specific functions if available or by server custom coding method answer me guys ...
coding makes me interesting in dot net
-
i want to identify the datatype in the textbox by validating the value in the textbox by custom validation for checks whether the value is of the type "integet" or "char".with the identification i can able to responsd the user that example "please enter only numeric values" The above can be acheived by either by specific functions if available or by server custom coding method answer me guys ...
coding makes me interesting in dot net
Or you can just use a CompareValidator[^] control, setting its
Operator
property toDataTypeCheck
.