i want to maintain radio button state on next previous button.
in my system i am building a exam portal in which i have to maintain radio button state on next previous button click and finally have to save question id and a attempted answer. here my questions are randomly fetched from database i am using java for this.
Loading
Abhishek KumarPosted May 15, 2014, 8:39 AM
Make a data table > add selected value with question id> add datable in session state
You can modify the values in datable from session variable.
Hope this will help