AD
Administrator
Syncfusion Team
November 17, 2003 05:16 PM UTC
Are you calling dataAdapter.Fill repeatedly?
If so, this will append the data to the existing data which sort of sounds like what you are seeing. So, make sure you call something like DataTable.Clear before you load the data again into the same table.
CH
Christina
November 17, 2003 05:24 PM UTC
Ok, I'm an idiot. That was the problem.