Hi all
I am developing online exam system..
I have 5 TextBoxes
TextBox1.text=question;
TextBox2.text=A;
TextBox3.text=B;
TextBox4.text=C;
2 Buttons
Next Prev
(All the Question and Option(A,B,C,D) are comming from Databases...)
To show next record i am using Next Button,
To Show previous record I am using Previous Button
user has to click the Next ya Prev buttons to view questions and relevant options for online test so how to do that....
NOTE:i am using asp.net + C#.Net
ThanX
susant