Home All Groups Group Topic Archive Search About
Author
21 Jul 2006 2:16 PM
Peter Newman
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

Author
21 Jul 2006 2:59 PM
MyndPhlyp
"Peter Newman" <PeterNew***@discussions.microsoft.com> wrote in message
news:2FE499D0-3FE2-4983-B37E-69277EDAFCC2@microsoft.com...
> 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.