Hi !
How can format a string in the Social Security Format which is
999-99-9999
I have to show a SSN in the above format in a resulting ASP page, which is entered by a user.
Right now I use the follwing code in my .asp page
and SSN is displayed as 999999999.Code:tempSSN = request.querystring("SSN") <% response.write(tempSsn) %>
Any help would be appreciated.
Thanks
Nandu




Reply With Quote