P
Peter
How do I get current user Network ID on Intranet from ASP.NET web page?
the following works on my computer, but I get blank userID when the website
is on the test web server.
System.Web.HttpRequest _pageRequest;
string userID = _pageRequest.Params["LOGON_USER"];
Thank You
Peter
the following works on my computer, but I get blank userID when the website
is on the test web server.
System.Web.HttpRequest _pageRequest;
string userID = _pageRequest.Params["LOGON_USER"];
Thank You
Peter