J
Jason Shohet
I need to get the logged on user, and I'm using this code:
label1.Text = Page.User.Identity.Name;
Unfortunately there are some people at the organization who I cannot
determine who they are, when they log on to a machine. It must be how they
are set up in active directory I guess. I was wondering, perhaps I should
be using Page.User.Username ? Or some other alternative.... Thanks
for any advice
Jason Shohet
label1.Text = Page.User.Identity.Name;
Unfortunately there are some people at the organization who I cannot
determine who they are, when they log on to a machine. It must be how they
are set up in active directory I guess. I was wondering, perhaps I should
be using Page.User.Username ? Or some other alternative.... Thanks
for any advice
Jason Shohet