Ok, i have a combobox with 3 items. It is is dropdownlist mode. Everytime my app loads it is blank until I select something. I want to set it = to one of the three items by default, but I can't do.

Combo1.index=1

How can I do this?