Is there a elegant way, to bind predefined dataGridView columns with results from a SQL statement?
Example:
dataGridView1.Columns.Add(\"EID\", \"ID\"); d
How about adding columns to the Columns tag of your gridview like so?
...