have two listboxes. first one of these is multiselect. what i want is after i choose one or more item from the first listbox the other listbox should be populated by an sql query.
what i mean is i will use the first listbox's items in sql and populate the second listbox with the results.
But the problem is i can't create a table adapter because the user can select more than one item in the first listbox.
program is a windows form application.
if anyone answer my question i will be very happy