Hello,
Can we make Masked TextBox with ASP.NET as we do it in VB ?
Set the TextMode property to Password.<asp:TextBox TextMode="Password" runat="server" />
Ryan
There are numerous textboxes with various levels of masking. You can get textboxes designed around a single idea, like integers and currency, masking like in VB, and multiple textboxes that break up the phone number or other pattern into parts. You can find them at this site's Control Gallery (in the Resources section),www.123aspx.com, andwww.411asp.net. I am the author of one set of these textboxes, "VAM: Data Entry Controls".
I guess the original poster was referring to a different kind of masking than I thought he was (password masking).
Ryan
0 comments:
Post a Comment