dynamically select ComboBox Entry

  • Thread starter Thread starter Stefan Richter
  • Start date Start date
S

Stefan Richter

How can I dynamically select a ComboBox Entry?

Could you please provide some sample code?

Thanks in advance!!!

Stefan
 
What do you mean by dynamically? Do you need to select an item based on
input in other controls? Are you talking Windows Forms or Web Forms? Are the
controls bound to a data source?
 
* "Stefan Richter said:
How can I dynamically select a ComboBox Entry?

Could you please provide some sample code?

\\\
Me.ComboBox1.SelectedIndex = 5
Me.ComboBox2.SelectedItem = p
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top