Morning,
I've been scouring the forumsa and tutorials and I
think I'm close. I'm trying to collect the username ofthe user
connecting to the webapage (this is an intranet app). My confusion is where you put what. On the
default.aspx.vb I have a proteced sub page load and I have this code in
it:
</p><p>Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
' Get the Logged on user
' Make sure Anonymous is not checked in IIS Manager
' otherwise this may be empty
Dim strLogonUsr As String
  ...
Go to the complete details ...