G
Guest
Is it possible to populate a ComboBox's DisplayMember and the ValueMember via a SqlDataReader in C#?
I know how to do it off of a dataset, but I would rather not incur the overhead since it is just a display field that is used to populate other information from the key value (ValueMember).
Larry
I know how to do it off of a dataset, but I would rather not incur the overhead since it is just a display field that is used to populate other information from the key value (ValueMember).
Larry