HI
i have created an online mcqs exam system. i have created everything. the only thing that is left is that:
i have a datbase table name choices: it contains question with choices.
i want to show them on web page wit radio buttons. can somebody tells me how to show them.
Loading
Vipul KelkarPosted Oct 21, 2011, 10:39 AM
you can use a repeater control to show your questions. repeater is a databound control. you can fetch questions from the database and bind the dataset to the repeater datasource.
The repeater also has an
eg, you can create a label and 4 checkboxes in the itemtemplate. the label for a question and checkboxes for the options. this will be repeated for every question