I am developing an application using VS and C# and have a combobox which is populated from a database table and the selected item is then used to update textboxes on a form from another table in the database.
The combobox show the list correctly at first for example A B C D E F G H I J K L M N
if, for example K is the sleeved value the next list becomes K B C D E F G H I J K L M N
If on the next selection G is selected the list changes to G B C D E F K H I J K L M N
I have tried a number of fixes but with no success. Any Ideas would be welcome!