Hi All,
I want to use countdown timer for quiztest. I am using following code:
Timer.aspx
Timer.aspx.cs
public double seconds;
protected void Page_Load(object sender, EventArgs e)
{
seconds = 3600;
}
------
Its working fine but when i click on button its strat again. So please tell me a solution while when button is clicked yet it should work continusoly not start again or not stopped.
please help me.
Thanks in advance
Pankaj
Soft CornerPosted Mar 14, 2011, 6:13 AM
Your problem is solved " Use UpdatePanel to prevent page loads for perticular Controls".
Check Attached rar file ..
& Let me know if you still have any query.
Pankaj SinghPosted Mar 14, 2011, 7:34 AM