I trigger the timer from a button (which along with starting the timer, also triggers other queries.
I don't want the user to be able to stop/start the timer by clicking on it.
I initiallly tried hiding the timer entirely and displaying elapsed time in a textbox. But, it seems the timer doesn't run if it's hidden. So - now i think i may be able to hide the timer start/stop button with some CSS.
How do i do that? or any other ideas on how to solve this?