My table structure
Group | Values
------ ------
Group1 Option 1
Group1 Option 2
Group1 Option 3
Group1 Option 4
Group2 Option 1
Group2 Option 2
Group2 Option 3
Group2 Option 4
Now with the above table values i need to create dynamic radiobuttonlist control like below
Group 1
- Option 1
- Option 2
- Option 3
- Option 4
Group 2
- Option 1
- Option 2
- Option 3
- Option 4
Is there any possibility to do this?
And the number of radiobutton list is also dynamic
. It may have any number of radiobutton list. I need to give unique ID for each radiobuttonlist
and get values from all the radiobuttonlist.
And this is similar to the Online Examination but it is not the same for your better understanding i have mentioned Online Examination.