Hi @all,
ich have a datatable added to a dataset.
the dataset is binded to a datagridview.
How can i get all modified rows from the dataset ?
by jogi
Hi @all,
ich have a datatable added to a dataset.
the dataset is binded to a datagridview.
How can i get all modified rows from the dataset ?
by jogi
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bechir BejaouiPosted Oct 27, 2008, 11:01 AM
You can define a separate datatabe that holds only records issued from an update trasaction and you can persist it as a memory stream or you can persist it in an xml file using writexml method then you can retrieve the records using the readxml method of the datatable