Is it possible to convert a simple radtextbox to radnumeric-textbox from codebehind or javascript? I have a dropdown list where i can decide whether the text box should allow only numbers or any character.
Asked
Active
Viewed 207 times
0
-
why don't you include both on your page, and hide/disable the one you don't want on the decision? – Brian Garson May 15 '12 at 13:28
1 Answers
0
You can utilize RadMasked Textbox for that purpose. Simply take RadMaskedTextbox and manipulate the mask according to your requirement in code behind or in javascript.

Vimal Trivedi
- 708
- 1
- 5
- 7