I have a control that is basically functioning as a client-side timer countdown control.
I want to fire a server-side event when the count down has reached a certain time.
Does anyone have an idea how this could be done?
So, when timer counts down to 0, a server-side event is fired.