Do I understand correctly? That this code sets the appropriate text in the control but it doesn't necessarily make a selection? The issue is that the text in the next combobox depends on the value chosen in the first control, and while this code does set the text in the Server type to the chosen one, it doesn't actually make the selection, hence the subsequent combobox cannot choose the appropriate text as it doesn't change to match the selection from the first one.