Scenario:
[] Category
[] Subcat
[] Subcat
[] Subcat
[] Category 2
[] Subcat
[] Subcat
...
The checkboxes @ the category level are to select all from a given category.
Originally, I created a nested repeater, using two queries, linking the tables through Relations() and using simple checkboxes.
What I think would be optimal would be to use a CheckBoxList Control for the subcategories, but I've been unsuccessful in doing this so far.
I want to retrieve db values to relate to given checkboxes - checked=t/f.
Can someone point me to a good ref or give me a great ASP.Net C# example please?
Thanks.