How can I achieve the following with the Ajax Control Toolkit MaskedEdit extender?
Letter + Any number of numeric chararacter such as Z234, Z235, Z24, etc
|
|
How can I achieve the following with the Ajax Control Toolkit MaskedEdit extender? Letter + Any number of numeric chararacter such as Z234, Z235, Z24, etc
|
||
|
|
|
|
It appears that it may not be possible.... |
||||||||||
|
|
|
mask="A999" isn't it working? If its always in format Z[number][number][number] ... try mask="Z999". |
||
|
|