0

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.

Mridul Raj
  • 1,001
  • 4
  • 19
  • 46

1 Answers1

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