hi all, may i know how to show current time which is ticking when browser is loaded, and saved the time when a button is hitted?
i have tried on displaying the time which is stagnant on the time it loads.
Label7.Text = DateTime.Now.ToString("HH:MM:ss")
how to make it more real time.? please help!