I have a multi-select listbox which I am binding to a DataTable. DataTable contains 2 columns description and value.
Here\'s the listbox populating code:
Here's how I solved it, using winforms, DotNet 4.6
listBox1.SelectedIndex = listBox1.FindString(stringInList);