I’ve created a form on which I load several questions from a database, the questions are loaded by category on different pages, now that I have that I wan’t to check that all of the radiobuttons have a value that is they should not be null (unchecked state).
So if Radio buttons are all checked then I can proceed to the next page with the next category of questions:
Q) How how can I check radio button state since questions are loaded from database and in a future in Y category can be N numbers of questions.
If you’re generating the radio buttons dynamically and want to verify that they all have values, you should wrap in a container like a
Panelor aPlaceHolder:By putting them in a container, you can then do something like this: