Hello.Did anyone here know how to put an input mask to a textbox. for example only a phone number must be inputted like '(063) 123-4567' do I need to code this one?
How to put Input mask in text box
Collapse
X
-
The simplest way is to use the MS Masked Edit Control rather than the textbox control. I believe you first need to add to your project a reference to this control.Originally posted by elbatzHello.Did anyone here know how to put an input mask to a textbox. for example only a phone number must be inputted like '(063) 123-4567' do I need to code this one?
Comment