I have a combobox that uses load on demand. When an item is selected, the selectedindexchanged event populates the second combobox. When an item is selected in the 2nd combo box (everything works fine up to this point) and then the combobox loses focus, immediatetly the 2nd combobox reverts to the item at the beginning of the list and not the selected item.