Hi,
I'm having a slight problem with the AJAX timer not calling its Tick event. Here's the scenario:
By default, I have the timer's Enabled property set to false on the page, as I don't want the timer to start running right away. I only want the timer to start when a user presses a key in a textbox on my page. I am able to do this in the Javascript onKeyUp event using newTimer._startTimer(). The problem is that the timer's tick event doesn't fire when the timer expires. The page is posting back, but the event isn't executing. I think this is due to the fact that I have the Enabled property set to false. Does anyone know how I can get this to work?
Thx.
I'm having a slight problem with the AJAX timer not calling its Tick event. Here's the scenario:
By default, I have the timer's Enabled property set to false on the page, as I don't want the timer to start running right away. I only want the timer to start when a user presses a key in a textbox on my page. I am able to do this in the Javascript onKeyUp event using newTimer._startTimer(). The problem is that the timer's tick event doesn't fire when the timer expires. The page is posting back, but the event isn't executing. I think this is due to the fact that I have the Enabled property set to false. Does anyone know how I can get this to work?
Thx.