Henry Vuong

Henry Vuong

  • NA
  • 27
  • 0

Retrieving selected values of dataGridViewComboBoxColumn

Apr 5 2009 8:37 PM
I have a dataGridView (dgv) with a databound dataGridViewComboBoxColumn (dgvCbCol).  After making the selections on the dgvCbCol, I save the selected values to the database and close the form. When I reopen the form, I would like to see the dgvCbCol restore all the selections I have made. How do I do that? Thanks.

Answers (1)