I've two combo boxes listed with same values from the database.
If I select a value from the first combo box, that value should not be listed in the second combo box.
If I select 'Three' from the ComboBox1, the value 'Three' should not be listed in ComboBox2 while making a selection from ComboBox2.
If I select a value from the first combo box, that value should not be listed in the second combo box.
Code:
[U]ComboBox1[/U] [U] ComboBox2[/U]
One One
Two Two
Three Three
Four Four
Five Five
If I select 'Three' from the ComboBox1, the value 'Three' should not be listed in ComboBox2 while making a selection from ComboBox2.