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
You can try this code
Note: .Rows[e.RowIndex].Cells[0] is the index of ComboBox Column.
I hope this solve your problem