Clicking a Combobox..!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you select an item in a combobox. I've tried the Click events and
that works only when I actually click the combobox. I want to select an item
in the combbox not the combbox itself. Any ideas??

Thanks..

Jim
 
Set ComboBox.SelectedIndex or .SelectedItem property

How do you select an item in a combobox. I've tried the Click events and
that works only when I actually click the combobox. I want to select an
item
in the combbox not the combbox itself. Any ideas??

Thanks..

Jim
 
Shiva,

Sorry, the combobox is already loaded. I want to select an item from it
that will fill a grid. Do I use the Click event or the SelectedIndexChanged
event or what??? What event fires off with I select something from the
combobox.?

Thank again..

Jim
 
Thats SelectedIndexChanged

Shiva,

Sorry, the combobox is already loaded. I want to select an item from it
that will fill a grid. Do I use the Click event or the SelectedIndexChanged
event or what??? What event fires off with I select something from the
combobox.?

Thank again..

Jim
 
Back
Top