How to get the index of the rows that has been modified(insert,Update,delete) in the Dataset datatable, rather then Using the
dataset1.AcceptChanges and save the whole table which is not at all efficient way.
Help Me out
dataset1.AcceptChanges and save the whole table which is not at all efficient way.
Help Me out