I have a combo box on my form that is used to display the name of inventory items that the user can select in order to update a record. Everything seems to work ok except if I change the name that is displayed. Since the text portion of the combo box is not bound to the data source how can i update the data source when the text property of the combo box is changed using C#.
↧