Combo Boxes

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

Guest

i have a combo box which i have loaded with data, im trying to find out what
event is fired do that when a user selects from the dropdown list i can use
that data for a search function
 
Peter Newman said:
i have a combo box which i have loaded with data, im trying to find out what
event is fired do that when a user selects from the dropdown list i can use
that data for a search function

SelectedValueChanged and SelectedIndexChanged fire (in that order) when a
value is selected from the list.
 

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