05-25-2012, 06:03 PM
Hi. I am writing data to a datatable. There are 2 entries I'm trying to write out. The first entry writes to the table with no problem. I added a DataTable.SetNextRow before writing the second entry. however, the second entry overwrites the first and when the file is exported, there is only on row of data in the table. What do I need to do to get the second entry add to the table on the second row? Thanks.l