Hello all...
I have a list box that is pulling it's data from a sql table. I have its selection mode set to multiextended.
I have the display member for each item set to the Name field from the sql table and the value member for each item set to the ID field from the sql table.
When I select multiple items from the list, how do I get the multiple values? I am able to get the text of one item by using the listboxname.Text but I don't know how to get each value that has been selected all at once.
Any help will be greatly appreciated.