Advanced use of the Ajax Control Toolkit MaskedEdit Extender

How can I achieve the following using the MaskedEdit Ajax Control Toolkit extender?

Letter + any number of numeric characters like Z234, Z235, Z24, etc.

0


a source to share


2 answers


It looks like it might not be possible ....



0


a source


mask = "A999" doesn't work? If its always in the format Z [number] [number] [number] ... try mask = "Z999".



0


a source







All Articles