Resources  
  • Copying Data from one DataTable to Another using ImportRowJul 09, 2006. I recently have been engaged in an assignment where I had to copy large chunks of data from one DataTable to another. This article talks about how DataTable.ImportRow method may be more effective than copying direct rows.