How to use custom masks in MaskedEditExtender?

Posted by bastos.sergio on Stack Overflow See other posts from Stack Overflow or by bastos.sergio
Published on 2010-05-31T16:10:42Z Indexed on 2010/05/31 16:12 UTC
Read the original article Hit count: 726

Filed under:
|

Hello,

I need to create a textbox which accepts 3 chars and must follow the following format 1st char - only numbers 2nd char - only upper case letters 3rd char - numbers and upper case letters (except zero)

This is what I have so far, but it's not working

<ajaxToolkit:MaskedEditExtender ID="MaskedEditExtender1" runat="server" 
   Mask="9L9" TargetControlID="txtNUIPC3" PromptCharacter="">
</ajaxToolkit:MaskedEditExtender>

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about maskededitextender