I've tried this -- >
Sub Page_Load()
lblComputerName.Text = my.Computer.Name.ToString
End Sub
and assigned it to a label .. and it works ..
.. How on earth can i then insert this into a database using
'<%#Bind (""))' method ?
.. I've tried to put the method into a label but, it came out an
error saying the lblCOmputerName.Text not declared..
Please help me ..
|