Hi
I am using one label that displays question & radiobuttonlist for answers. when i click next button next question appears & on previous click previous question appears but i cant save my earlier answer as it should be display when i click to previous option.
how i can do this?
Asp.net c#
Thank you.
Hi I am using one label that displays question & radiobuttonlist for answers. when
Share
When you are showing the current record by clicking radiobuttonlist currently, store the recordid into ViewState and when user is clicking Next or Previous, get the id from ViewState and query the database greater than for next and less than for previous exam question.