private void comboBox1_DropDown(object sender, EventArgs e) { //if (tempvalue.Count != ((ComboBox)sender).Items.Count) UpdateSelectionList(true); try { this.comboBox1.SelectedIndex = this.Value; } catch { } }