|
| Change TimerControl Interval property without postback |
 |
Wed, 27 Sep 2006 18:03:40 +000 |
Hi,
I have a "Live monitor" scenario, where data in UpdatePanel is being
updated on TimerControl tick.
I want to give user an ability to change interval. It works fine, but postback
is needed to do so.
Any way to do it without a postback?
(I'm new to atlas, so please excuse me if it's obvious.)
|
| Post Reply
|
| Re: Change TimerControl Interval property without postback |
 |
Wed, 27 Sep 2006 22:28:49 +000 |
hello.
well, if you're ready to build your own timer, then it's possible to do that in
the client side. currently, the problem is that the timercontrol generates a
client behavior but doesn't generateou an id. due to this, you cannot get a
reference to the behavior in the client side and do need to do a postback to
refresh that interval.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|