Set CheckBox or Radio in repeater with if statement

  • Thread starter Thread starter Mick
  • Start date Start date
M

Mick

Hi,
Attempting to display a questions list in my aspx page with the help of a
repeater.
This repeater displays each question (Label and picture) and each answer in
a nested repeater.

My problem is that each question can have ONE good answer or SEVERAL.
If the question has just one good answer, I want my answers displayed with
radio buttons.
In the other case, with checkbox.

is It Possible ?

Thks for help.
 
Back
Top