Hello mozaharul
I have joined a small example of your question.
With two comboboxes initialized at the beginning.
If you select 1 in Combobox1,
Combobox2 is initialized with values 11 to 20
If you select 2 in combobox 1,
Combobox2 is initialized with values 21 to 30, and 21 is preselected with
Combobox2.SelectedIndex=0
If now you select 1 in combobox 1 again,
Combobox2 is initialized with values 11 to 20
but the value 21 in Combobox2 remains because no Item was initialized.
The first initialization of the two Comboboxes, are different.
Combobox1 has a selected Item and displays 1
Combobox2 doesn't have selected Item and displays nothing.
After initializing a combobox you must select an default item.
Best regards
Klaus
Switzerland