i have retrieved data form DB into data grid view and now want to get data from grid to GUI and i am facing problem in putting value from grid to combo box.
I am giving here the piece of code kindly tell me where I am wrong

Combobox.SelectedValue = Convert.ToString(dataGridView.Rows[e.RowIndex].Cells["DataGridViewTextBoxColumn"].Value);

Thank U
Saadie