Regarding to save previous record in asp.net -


hi have 1 label question, radiobuttonlist answers, next button move next question & previous button. displaying 1 question per page after clicking next button next question appears, when click previous button previous question appears. want previous question earlier selected answer when click previous button. asp.net c# thank you.

either store , load question , answer values in session.

or have 1 page multiview , swich views when navigating between 'pages' way viewstate information preserved.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -