C# Windows Form DataGrid and DataTable

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

I have a DataGrid DataGrid1 in my C# Windows Form MyForm.
The DataGrid1 uses DataTable as it's DataSource in the run time.
Now that I have Column1 and Column2 and 2 DataRows in MyDataTable.
How do I do to let the DataTable updated saying that I changed the
DataGrid1's value?
Thanks for help.


Jason
 
Back
Top