Data binding and updates to the DataTable
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.