Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
4289 Points
883 Posts
Dec 29, 2011 10:06 AM|LINK
Try this,
System.Security.Principal.WindowsIdentity.GetCurrent().Name.ToString();
OR
HttpContext.Current.User.Identity.Name.ToString();
Srikanth Kas...
Contributor
4289 Points
883 Posts
Re: Logged in UserName from AD
Dec 29, 2011 10:06 AM|LINK
Try this,
System.Security.Principal.WindowsIdentity.GetCurrent().Name.ToString();
OR
HttpContext.Current.User.Identity.Name.ToString();
Srikanth Kasturi
Please "Mark As Answer" if my post serves purpose.