That would show 1 radiobutton for each question. I need one for each answer in each question, grouped by question.

I found out I could manually assign them a group, for instance the questionID. However, that created a problem since ASP renames all the controls when generating the html so they 'wouldn't' end up in the same group after all.

A workaround would be to use a custom radiobutton control that overrides some functionality regarding the name change.