How to get Curent Login User

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Summa
    New Member
    • Sep 2006
    • 11

    How to get Curent Login User

    Hi all,

    Do anybody know how to get the current login user through a ActiveX ?
    I am using ASP.Net ,C#. in my application.
    Thanks
    Hirannya
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Are you able to use AJAX instead of ActiveX?

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      I don't know anything about ActiveX.

      I've come across a way to find out what Windows user is logged on but it only works on internal networks, not the Internet.

      If this is any help, try looking up:

      System.Web.Http Context.Current .User.Identity. Name

      Good luck
      -F

      Comment

      Working...