Sign in | Join
Last post 10-26-2009 10:52 AM by srinivaskotra. 2 replies.
Sort Posts: Oldest to newest Newest to oldest
Hello,
I have one DataSet, in that I have 2 DataTable.
How to find data is updated from those 2 DataTable.
Thanks in advance.
Regards,
Sachin
use below code
if
Modified)
{
}
hi,
you can use rowstate property. here is the example
http://www.gammatwo.com/2009/08/14/net-2-0-serialize-and-deserialize-dataset-with-row-state/
Thanks :)