Hi!
I am trying to develop an online examination system (my first asp.net project) in which multiple choice questions need to be answered within a time frame. One question appears after another on clicking a button.
How can I use a timer control for this?
When the timer expires, all the controls on the page must be disabled and score sent to the database (i guess this should be easy to handle)