Relative Content

Tag Archive for c#asp.netcheckboxlist

How do I constrain Databound CheckBoxLists

I have a six check box lists to select products (two are shown below). All of the data resides in a table, so I iterate through all of the checked boxes to construct a SELECT statement which in turn lists my results regardless of which items are checked across the various check box lists. This works perfectly to fetch the results I want. Now I want to constrain the results in each of those check box lists based on selections in other check box lists.