W
wobbles
Hi Everyone,
I've tried many solutions I've found using Google and also this group
but nothing seems to work for me.
I have 2 dropdown lists and 1 listbox.
Selection of the 1st combo determines what's in the second. Selection
of the second determines what gets selected in the listbox.
When I set the "SelectedItem" property of the second dropdown the
event doesn't get fired at all.
I've tried various workarounds:
- Setting SelectedIndex = 0, then -1 (or -1, -1),
- Setting SelectedItem,
- Setting Combo.SelectedIndex = Combo.Items.IndexOf(item)
Is there anything I can do? What's the definitive solution?
I'm now very frustrated.
Thanks!
(I'm using VS.net 2003.)
I've tried many solutions I've found using Google and also this group
but nothing seems to work for me.
I have 2 dropdown lists and 1 listbox.
Selection of the 1st combo determines what's in the second. Selection
of the second determines what gets selected in the listbox.
When I set the "SelectedItem" property of the second dropdown the
event doesn't get fired at all.
I've tried various workarounds:
- Setting SelectedIndex = 0, then -1 (or -1, -1),
- Setting SelectedItem,
- Setting Combo.SelectedIndex = Combo.Items.IndexOf(item)
Is there anything I can do? What's the definitive solution?
I'm now very frustrated.
Thanks!
(I'm using VS.net 2003.)