ZmrAbdulla
Technical User
I need to record MachineName and PageTitle to DB for a survey purpose. ASPX pages used in our intranet.
What is the best way to do that?
These informations I need to record.
OnLoad Event I am getting a Null Reference error.
Thanks in advance
________________________________________________________
Zameer Abdulla
Help to find Missing people
Sharp acids corrode their own containers.
What is the best way to do that?
Code:
Dim Machine_Name As String = System.Environment.MachineName
Dim Page_Title As String = Page.Title
These informations I need to record.
OnLoad Event I am getting a Null Reference error.
Thanks in advance
________________________________________________________
Zameer Abdulla
Help to find Missing people
Sharp acids corrode their own containers.