I’m trying in a gridview for some template items to make some textboxes with mask.
For example:
[_ _ – _ _ _ _ ] – So it will allow you to add 2 letters then it will move forward and you will continue adding 4 numbers
And for date :
[dd-mm-year] – So if I type the date I shouldn’t add the character ‘-‘ .
I’m not so familiar with masks and if someone wouldn’t mind helping , I’ll appreciate
You should read this link
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/MaskedEdit/MaskedEdit.aspx
This control is available in
AjaxControlToolkit