CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2002
    Posts
    2

    Getting username from remote computer

    Hi, I've created a webform application and i wanted to retrieve the username of the person who has logon for storing in a cookie. any suggestions???

  2. #2
    Join Date
    Apr 1999
    Location
    INDIA
    Posts
    36
    you can use the identity object to identify this. You have the necessary data in the identity object.

    Shankar

  3. #3
    Join Date
    May 2002
    Posts
    2

    Thanks!!!

    Thanks!!!

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

Featured