Hi,
I am trying to create a TextBox which can take Social Security Number in this format(121-ww-212).
Please advice.
I am using VisualStudio2008 and C# language.
Thanks
Printable View
Hi,
I am trying to create a TextBox which can take Social Security Number in this format(121-ww-212).
Please advice.
I am using VisualStudio2008 and C# language.
Thanks
Have you noticed the MaskedTextbox control?
Thanks