M
mario.colorado
Hi!
Does anyone know why it is that when I use:
Request.LogonUserIdentity.User.ToString()
I get something like:
S-1-5-21-2268419..........
I was expecting to get the username of the person looking at the page.
Is it possible to convert the output I get to the username such as
john_smith
Thanks!
MC
Does anyone know why it is that when I use:
Request.LogonUserIdentity.User.ToString()
I get something like:
S-1-5-21-2268419..........
I was expecting to get the username of the person looking at the page.
Is it possible to convert the output I get to the username such as
john_smith
Thanks!
MC