Whats is the best method to create nested checkboxlists in ASP.net?
Should I be using a datagrid? Should I be using a treeview with checkboxes enabled?
I have the data I need in a datatable, and would like to loop through through it to create a checkboxlist with a nested chechboxlist for each parent checkbox.
Cheers!