markknowsley
Programmer
When I run
lblUserName.Text = SystemInformation.UserName;
the label displays ASPNET as the User Name.
I would like it to return my login name (and, even better, the login name for the users who will be using the form) so how do I do this?
lblUserName.Text = SystemInformation.UserName;
the label displays ASPNET as the User Name.
I would like it to return my login name (and, even better, the login name for the users who will be using the form) so how do I do this?