Click here to Skip to main content
15,892,005 members

Comments by Nguang Sing Ping (Top 3 by date)

Nguang Sing Ping 10-Aug-12 2:20am View    
got it thanks to your explaining.
Nguang Sing Ping 8-Aug-12 0:34am View    
is calling class function from a cs file.
Nguang Sing Ping 7-Aug-12 0:49am View    
sorry that if without using the Global.asax is there any other way to do it?
Actually at the begining I used
LogInLogOut.LogInLogOut.updateLogoutTime(lblUserName.Text, lblComputerName.Text, "UR");
but it didn't saved the correct logout time. So I'm thought I could write it in javascript as I shown in my question:
function(){ update(document.LogInLogOut('lblUserName.Text', 'lblComputerName.Text', 'UR')); }
But fail to work as well. So how am I going to solve it?