Administrator

Administrator

  • Tech Writer
  • 2.2k
  • 1.5m

Data binding and updates to the DataTable

Mar 19 2003 9:46 AM
Hopefully this is not too trivial, but I'm new to C# and .Net. I have a grid that I have bound a datatable to. I can add/update the grid, but when I GetChanges against the DataTable it returns null. Is there an "easy" way to update the DataTable, or am I just doing something wrong? Thanks for any assistance.

Answers (2)