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
Printable View
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
You don't... not immediately at least... you'd have to handle the event that fires off when data changes in the datatable... then you would be able to see the new and old values...
-tg
solved. thanks
removed
ummm.... did you reply to the wrong thread?
-tg
I did. my apologies!