Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Record MachineName & PageTitle to db

Status
Not open for further replies.

ZmrAbdulla

Technical User
Apr 22, 2003
4,364
AE
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?
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.
 
Forget it..
There was a syntax error that caused this not working.
thanks

________________________________________________________
Zameer Abdulla
Help to find Missing people
Sharp acids corrode their own containers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top