I\'m trying to present query results, but I keep getting a blank data grid. It\'s like the data itself is not visible
Here is my code:
private void
you have to add the property Tables to the DataGridView Data Source
dataGridView1.DataSource = table.Tables[0];