We have an editable list view which retrieves a list of questions from a SQL table, and allows users to submit an answer via radio button selection to each question.
the questions are displayed depending on what drop down control has been selected.
we need to make sure that all questions have been answered on each row before we can submit the form
what is the best way to validate this?
Cheers