Hi, I am trying to figure out if this is possible. I need to display 4 radio buttons next to a question then 3 radio buttons after. The 2 different group radio buttons and questions are coming from a database.
I have the questions being displayed right now using a repeater control but I am having an issue making 4 and 3 radio buttins per question for multiple questions. However some questions have sub questions so the parent question doesn't have the radio buttons. Is this possible?
E.G.
- radio|radio|radio|radio|question|radio|radio|radio
- question
- radio|radio|radio|radio|Sub question|radio|radio|radio
I have the questions being displayed right now using a repeater control but I am having an issue making 4 and 3 radio buttins per question for multiple questions. However some questions have sub questions so the parent question doesn't have the radio buttons. Is this possible?
E.G.
- radio|radio|radio|radio|question|radio|radio|radio
- question
- radio|radio|radio|radio|Sub question|radio|radio|radio