Timer Control in User control
-
Hi All... I am using Timer Control in User control (.ascx) page. In that page I placed the timer inside the updatepanel. But wherever am using the usercontrol, that pages also have so many updatepanel. Because of that when every time the timer ticks, page should be refreshed. The timer event works fine but the remaining like grid load should loaded once again. Whats the problem....? How can I do it....? Thanks in Advance.
-
Hi All... I am using Timer Control in User control (.ascx) page. In that page I placed the timer inside the updatepanel. But wherever am using the usercontrol, that pages also have so many updatepanel. Because of that when every time the timer ticks, page should be refreshed. The timer event works fine but the remaining like grid load should loaded once again. Whats the problem....? How can I do it....? Thanks in Advance.
it sounds like you're not triggering an update on the gridview post some code I'll look at it. or look into update panel triggers
Take a look at my corner of the net at Code Research Center