I know this is 3 years old but another way if you bind to an IEnumerable(Of Entity):
For Each item In items
combo.Items.Add(role)
Next
Combo.SelectedItem = items.Where(Function(x) x.ValueToSelect = ValueToSelect).FirstOrDefault()
Index = combo.selectedIndex