Tagged Questions

0
votes
2answers
1k views

How to run JavaScript prior to System.Web.UI.Timer OnTick?

I need a client-side script to confirm that the Timer's OnTick event can proceed. How do I invoke CanContinue() before the Timer1 postback occurs? How do I cancel the postback if user selects ...