How to get value of the control in the previous page?
I am writing an online exam application.After login successfully, the student reaches to the question1.aspx , after answer the question by click the radiobutton, he reaches the question2.aspx....Assume that there are 5 questions, after he answer the question in question5.aspx he reaches the result.aspx.This page will show the student's score.
My problem is : how to get the value of the student's answer in each question( to compare it with the right answer in the database) of all the questionx.aspx and show the result in the result.aspx page.
|