Results 1 to 4 of 4

Thread: Formatting String ? [*RESOLVED*]

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2003
    Posts
    17

    Formatting String ? [*RESOLVED*]

    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

    Code:
    tempSSN = request.querystring("SSN")
    <%
    response.write(tempSsn)
    %>
    and SSN is displayed as 999999999.


    Any help would be appreciated.

    Thanks
    Nandu
    Last edited by getnandu; Nov 12th, 2003 at 08:35 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width