Posts tagged as:

ComboBox

Binding a Windows Forms ComboBox in C#

by Dave on November 29, 2009

in Windows Forms

Most often when reading the selected item of a bound combobox you will need more information than just the selected text or the selected index of the combo. For example, if you have a combobox bound to a user table in your database, you will most probably want to have the full user name displayed [...]

{ 5 comments }