Reloading or Refreshing Data In Datagrid in VB.net 2003

  • Thread starter Thread starter Atley
  • Start date Start date
A

Atley

I am trying to find the quickest way to reload or refresh the data in a
DataGrid... Any suggestions or ideas?

I have tried dumping the datasource and then rebuilding the dataset and
applying it to the grid again, but that takes too long... The table has
5723 records in it and it needs to refresh after having data added to the
underlying recordset.

I am not too good with C#, so if you could explain how to do it in VB.net
2003 that would be great!

Any help or suggestions would be greatly appreciated.

Atley
 
Back
Top