Click here to Skip to main content
15,908,274 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have used Ajax-Tools which are new to me.

In UpdatePanel I have kept the timer control and in update panel there are some radio buttons.

It is a count down timer. It is working properly but when I click some other question like question no 6th's radio button the timer gets restarted.

Please help me I have tried a lot but failed, and I am new to asp.net.
Posted
Updated 18-Nov-11 1:55am
v3
Comments
Tejas Vaishnav 18-Nov-11 7:42am    
please provide your code....
Pandya Anil 18-Nov-11 7:57am    
When your page is refreshed are you loosing the server value (timer restarted) ?
Member 8388026 19-Nov-11 23:56pm    
yes timer gets restarted when ever i click a radio button in update panel.
Sergey Alexandrovich Kryukov 18-Nov-11 13:49pm    
What is "update timer"?
--SA
RaviRanjanKr 19-Nov-11 9:43am    
Please be more clear while asking question. Please provide your effort in your Question.

1 solution

Do your radio buttons have AutoPostBack property set to true? It is possible that selection change causes postback and your UpdatePanel refreshes, restarting the timer
 
Share this answer
 

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