I have a gridview that I fill by binding it to a dataTable. Then I let the user make modifications to check boxes in the grid. When they are done they click a button and I need to run some stored procs for the changes they made.
Is there a simple way for the DataTable to tell me which rows have been modified?
I know this is what a diffGram is supposed to do. My data is not coming from xml and I dont want ADO.NET taking care of anything more than just telling me what changed. Im reading alot about how .NET can run and update my data for me and such. Im not ready to give that control over yet.
Any suggestions?
Is there a simple way for the DataTable to tell me which rows have been modified?
I know this is what a diffGram is supposed to do. My data is not coming from xml and I dont want ADO.NET taking care of anything more than just telling me what changed. Im reading alot about how .NET can run and update my data for me and such. Im not ready to give that control over yet.
Any suggestions?