Page expiry problem

liunx

Guest
hello,
I am making an online testing application. When test starts, the user will be send a question. He will be given 30seconds to attempt it. If he doesn't attempt it in given time, next question will be displayed. can anyone tell me how can this page expire in 30seconds?What events will be triggered?Any code for it?Any help will be appreciated.

GauravWell you can use the meta refresh html tag or a javascript timer. This is a client side action though so you aren't going to be able to do it directly through .Net.
 
Back
Top