I have corrected my question.
I want to use stopwatch in a Label, when form loads. and stop it by clicking a Button. Please guide me?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Sep 13, 2013, 7:35 AM
Satyapriya NayakPosted Sep 11, 2013, 11:18 AM
Pankaj PandeyPosted Sep 11, 2013, 9:37 AM
take a updatepanel, put label and timer and a button on that, and on timer click event, show the time on label, also on button click event check the status of timer and if it is enabled then disable and vice versa..