Populate a DataTable and assign it to the DataSource property. Set the DisplayMember and ValueMember properties to the names of the column you want to display and the primary key column respectively. To select an item you would most likely either set the SelectedIndex to the index of the row you want to select or else set the SelectedValue to the ID of the row you want to select.