M
Mark
Hi,
I am using VS.NET 2005 with SQL Server 2000.
I have a Dataset that contains a DataTable that is populated using
DataSet.Fill(). I need to periodically refresh this data.
If I just do .Fill() again, I end up with issues of the DataGrid losing it's
current position etc.
Can I utilize a timestamp column in the table and then somehow use
DataSet.GetChanges() and DataSet.Merge()? This way only modified data will
be downloaded from the server minimizing traffic and hopefully the DataGrid
will remember it's position.
I am using VS.NET 2005 with SQL Server 2000.
I have a Dataset that contains a DataTable that is populated using
DataSet.Fill(). I need to periodically refresh this data.
If I just do .Fill() again, I end up with issues of the DataGrid losing it's
current position etc.
Can I utilize a timestamp column in the table and then somehow use
DataSet.GetChanges() and DataSet.Merge()? This way only modified data will
be downloaded from the server minimizing traffic and hopefully the DataGrid
will remember it's position.