ASP.net Ajax Timeout
Posted
by Moksha
on Stack Overflow
See other posts from Stack Overflow
or by Moksha
Published on 2010-05-23T21:53:20Z
Indexed on
2010/05/23
22:01 UTC
Read the original article
Hit count: 237
Hi,
I am stuck with count down in ajax, I have a small website where I ask each user 5 question in 1 min time, after they login using asp.net membership provider. I want when the user time is over he/she must be taken to result page and show the result, I am using asp.net ajax timer, but if the user press F5 his time start again and by pressing F5 he can continue his test.
how can I stop that. also is there a easy way to show countdown using Ajax for 60sec
Regards Arshad
© Stack Overflow or respective owner