dt2.Rows.InsertAt(dt1.Rows[0], Count-1);
I have 2 datatables dt1 and dt2..now i want to insert a datarow from dt1 into another datatable dt2..for this am doin as shown above..but its showing error as: THIS ROW ALREADY BELONGS TO ANOTHER TABLE.
I AM UNABLE TO FIGURE OUT WAT AM I DOIN WRONG...CAN SOME ONE TELL ME?
Thanks and Regards,
Hoosha Boosha