CatManDave
MIS
Let me first apologize for the very basic question. I am new to .NET and I need to grab the logon ID of users as they load an Intranet application. In old ASP Classic it was simple:
USER_ID = Session("LOGON_USER")
Is there something simliar in .NET? I looked through the 1 million article hits in a MSDN search and natrually found nothing. I also looked through the forums here but didn't find anything on it.
Thanks in advance for your help,
.NET Rookie
USER_ID = Session("LOGON_USER")
Is there something simliar in .NET? I looked through the 1 million article hits in a MSDN search and natrually found nothing. I also looked through the forums here but didn't find anything on it.
Thanks in advance for your help,
.NET Rookie