anil john

anil john

  • NA
  • 156
  • 204.9k

Data Sets and data tables in c#

Aug 13 2021 5:47 PM

I have a dataset with two datatables dt1 and dt2, dt1 have one row and dt2 have more than one rows,. Both the data tables have colums[BILLNO], I want to add all the rows of dt2 to dt1, if dt1 does not contain that bill no which exists in dt2. Please help me to loop through the tables and add those table rows to other table. If anyone have any suggested links please specify. Thank you.


Answers (2)