Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: [QUOTE=vicky_rawat;667054]Hi, You will need to create a clock in javascript that will refresh the time.[/QUOTE] //Code behind [code]protected void Page_Load(object sender, EventArgs e) { [INDENT]const string crlf = "\r\n"; str[INDENT][/INDENT]ing jsscript = "<script type='text/javascript'>" + crlf + "window.onload=startclock;" + crlf + "var clock;" + crlf + "var time_diff;" + crlf … |
The End.