VB.Net binding datagridview Comboboxcolumn to datagridviewTextboxColumn
问题 I am loading data from two tables: institute and country. Institute has 3 columns: instId, name, countryId. And country has 2 columns: countryId, name where countryId is a foreign key from country table. I fill these two tables in dataset. I have datagridview and set its datasource to institute table in my dataset. I also create datagridviewcomboboxcolumn and bind it country table. Have a look to the following code: Public Class frmDGV Dim sqlConn As SqlConnection Dim dsOptions As DataSet Dim