I need to bind my DataTable to my DataGridView. i do this:
DTable = new DataTable(); SBind = new BindingSou
On the DataGridView, set the DataPropertyName of the columns to your column names of your DataTable.