I have two dropdown list boxes...
the collections in both list boxes are identical (text and value)...
If one were to select an item in ListBox1, what statement would select the same item in ListBox2??
When i try it, my second list box appears to have the correct entry selected when it really adds a new item. Now I have 2 items in the collection that are identical.![]()
Maybe it is too easy for me to figure out. Someone knock me upside the head and tell me what the statement is...![]()
ListBox2.SelectedItem.??? = ListBox1.SelectedItem.???
Thanks,
Geno




Reply With Quote