Combo Boxes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Newman

    #1

    Combo Boxes

    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

  • MyndPhlyp

    #2
    Re: Combo Boxes


    "Peter Newman" <PeterNewman@di scussions.micro soft.comwrote in message
    news:2FE499D0-3FE2-4983-B37E-69277EDAFCC2@mi crosoft.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
    SelectedValueCh anged and SelectedIndexCh anged fire (in that order) when a
    value is selected from the list.


    Comment

    Working...