Hello Programmers:
I am making a Quiz app. where i restrict the user to complete the quiz in 60 minutes and i have used Timer control to decrement the minutes after every 1 minute. And when the time = 0 then the quiz will be qutomatically submit and the user will be redirected to the result.aspx page.
Now this will succussfully run if javascript is enabled on the client machine. How can i achieve the same if user disables the javascript ?