I want add data from different tables to my datagridview using vb.net
Columns in datagrid are in Textbox format and combox format
I am not able to populate data into columns of datagridview
Data into textbox has different query
and combox has different query
VulpesPosted Jan 16, 2015, 7:51 AM
You can then bind the DGV to the resulting (single) DataTable object.