Hi,
I have a datatable dtData which populates a datagridview dgv.
I then make some changes on the dgv.
The dtData rowstate shows the modified records
Question: How can I find out what the old data was?
Thanks