Reputation: 123
I have one text box in my asp.net application. I like to mask the textbox with maskededit extender. Can any one know the solution for that?
Thank you...
Upvotes: 0
Views: 5127
Reputation: 23103
See HERE for an example and explanation, but basically just set Mask="99/9999"
and maybe use MaskType="Date"
.
Upvotes: 1