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:
this.Character.SetSelected(this.Character.Items.IndexOf(this.textBox1.Text),true);