Dim UserName As String = System.Web.HttpContext.Current.User.Identity.Name
MsgBox(UserName)
How to get User Name after you log in to the asp.net page
{ Add a Comment }
Dim UserName As String = System.Web.HttpContext.Current.User.Identity.Name
MsgBox(UserName)
{ Add a Comment }