2
Answers

Data binding and updates to the DataTable

Ask a question
Administrator

Administrator

21y
1.3k
1
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)