merge data table from one to another
i have two data table i want to copy one of data table column data copy into second data table with already existing row c#
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.
Mukesh KumarPosted Oct 26, 2015, 1:43 AM
Jignesh TrivediPosted Oct 26, 2015, 12:51 AM
Hi,
To do this we have two option
use datatable.merge
Please refer https://msdn.microsoft.com/en-us/library/fk68ew7b(v=vs.110).aspx
else copy one by one rows
hope this will help you.
Kiran KPosted Oct 24, 2015, 12:34 PM