How to Generate a Combo Box in GRID Columns vb.net?
Here is my code where I am getting info into grid, however I would like to add 1 more columns with combo box and value (yes/No).
With grdStructure
.DataSource = rs
End With