I have an asp page that presents a list of items which the user can
select from. A CheckBoxList works great for that, but I want to query
a database based on their selections.
Using Visual Studio 2005 how can I query a database based on the selections the user makes from a CheckListBox. PLEASE HELP!!