B
Bob
I am using a standard VB.NET Textbox to allow the user to
enter a SSN in a windows form which I submit to SQL
Server. I would like to mask the input so the format is of
999-99-9999 to limit bad data entry. Is there a way to do
this?
...
enter a SSN in a windows form which I submit to SQL
Server. I would like to mask the input so the format is of
999-99-9999 to limit bad data entry. Is there a way to do
this?
...