Programmatically selecting a DropDownList item

  • Thread starter Thread starter John Cosmas
  • Start date Start date
J

John Cosmas

I need to programmatically make a selection of a dropdownlist/combobox item,
which naturally should force the DropDownList_ValueChanged procedure to fire
because it detected that the user made a selection change in the
dropdownlist control. Please help.
 
Back
Top