I have am asp.net text field. I have this requirement that when the customer enters the social security number for e.g. 123456789
or 123-45-6789
and tabs out of that field and goes to another field, the social security number changes to:
XXXXX6789
OR
XXX-XX-6789
The fields that I have is like this:
<asp:TextBox runat="server" ></asp:TextBox>
Any help will be appreciated.