Datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone tell me how to clear a DataGrid? I would like to redisplay the
data after it has been edited. I select the data into and edit window and
then do some editing. and then I refill the datagrid, I then get dups.

Please help
 
Easiest way is to Set the DataSource to an empty DataSet or dataTable and
rebind the grid (if ASP.NET, Winforms, only need to set the DataSource).
Peter
 
Back
Top