a quick question if poss: what is the best way to repopulate a checkboxlist, which is fed from a lookup table and where the user selections have been saved off to another table, with a fk back to a parent table?
the flixon generator makes a typed list, in this particular case, List<SelectedReportTypes> but i want to create a generic method which i can use. pass in the checkboxlist, pass in a list of selections of various types, and repopulate the checkboxlist with the appropriate boxes checked.
note that i want the generic method to populate various types of checkboxlists apart from SelectedReportTypes.
EDIT: got it. pretty neat.
|