Ajax Maked Edit
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, In masked edit control, if there is an 'A' in the mask, that represents Only a letter or a custom character. but if i have a Mask like "AAABB-*****-##" where AAABB must be in the mask and user is not required to type it, * represents an alphabet and # represents a number . I can use L for *, 9 for #. Now the problem is when there is an A in the mask. how would i get a character A in the mask Instead of having A which represents Only a letter or a custom character. hope u get my prob n i would be able to get my answer. thnx in advance.