Thursday 22 August 2013

How to get the current logged-in user name using asp.net


Code Snippet:

System.Web.HttpContext.Current.User.Identity.Name()

No comments:

Post a Comment