Default item in combobox

  • Thread starter Thread starter JB
  • Start date Start date
J

JB

Hi, I have 2 items in my combobox in C# CF V1 app VS2005. I would like one
of the
items to be selected by default on initilisation AND display the selected
item
in Combobox on startup. Also is it possible to get rid of the blank field.

Thanks
 
Just set the SelectedIndex value of the ComboBox Control to the index
value of the Item you wanted selected.

Tryst
 
Back
Top