I have this timer in the main page.This timer controls refreshing of this main page. I have this ajax setting in the main page. this timer controls refreshes the content of this main page. The user control is loaded in the tab strip. the user control has a rad window in it to edit the form. The radwindow is opened using GetWindow() in javascript.
Problem is when the ontick event gets called and the radwindow is open, it disappears. I need to access the timer from the usercontrol and disable it in the openwindow/client activate javascript function. and in the client close re-enable the timer.
Thanks.