Hi
I have used DataGridViewComboBoxColumn in my datagridview in windows application form, but i can not get selected value. I want to insert selected data into database table. can you help me?
Thanks
home / developersection / forums / get selected value of datagridviewcomboboxcolumn
AVADHESH PATEL
05-Jan-2013You can try this code
Note: .Rows[e.RowIndex].Cells[0] is the index of ComboBox Column.
I hope this solve your problem