I am new to winforms and I have a datagridview inside a table control. I am trying to bind it to display data.
DataSet dataSet = new DataSet(); DataTable dat
you only have to add this:
dataGridView1.DataMember = ds.Tables(0).ToString()