I have a combobox on a winform and I have my datasource set to my lookup table the display member is set to the column to display my names i have the value member set to the ID in the table to which i want to write to my sql server 2008 table all of that
works fine the problem is the first i fire up the form it showes the name but when i change to another record it showes the ID when i want it to show the name. Is it possible to have the combobox see the ID which is written to the table but display the name
associated with the ID in the combobox.
↧