I have a ListBox displaying names, the DataSource is a DataTable ( code, name ), code is the ValueMember, name is the DisplayMember.
when I change the name in a row of the DataTable, the ListBox is not displaying the new name. I tried refresh, update... what do I have to do to display the new name right as it changed?
when I change the name in a row of the DataTable, the ListBox is not displaying the new name. I tried refresh, update... what do I have to do to display the new name right as it changed?