adspace
How can we check that some changes have been made to dataset since it was loaded?
Answer Posted / Anshul Chandra
To check if any changes have been made to a DataSet since it was loaded, you can use the HasChanges property of the DataTable. If this property returns true, it means that changes have been made.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers