Hi Freinds,
I have a ComboBox that have a list of EmpolyeeNames. When a user selects a EmpolyeeName "e1", a ListBox below gets populated with data for the chosen employee. That data can be modified. The user and has to press the Save button after all changes are done.
But if the user forgets to press Save and select another employee from the ComboBox say "e2" , here i ask user mEssagebox "Do you want to save data for employee "e1" if yes then I save the data of particular employee "e1",
But here while saving the data combo box index gets changed and its text show recently selected employee "e2", but the data is of employee "e1".
HOw can i retain the old previous text of employye "e1" in comboBox until save gets completed.??