Click here to Skip to main content
15,896,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

My next question is;

How can I set two ajax timer with differenet intervall for one aspx page
Posted
Updated 26-Jan-12 20:44pm
v2

go through this below link, this may helps you

Here[^]

Thanks
--RA
 
Share this answer
 
create two updatepanels and have one timer in each updatepanel.
set UpdateMode="Conditional" in each updatepanel

in the codebehind of the timer_tick event do an Update(); of the updatepanel associated to the timer in that updatepanel.

Have fun
 
Share this answer
 
Comments
Kenny369 27-Jan-12 4:12am    
and can I do this for dynamicalliy created MenuItems in a Menu

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900