R RSB Jul 8, 2004 #2 I have a data grid and i want to Clear the Contents .. How do i do that.. Is there any direst property ?? thanks RSB
I have a data grid and i want to Clear the Contents .. How do i do that.. Is there any direst property ?? thanks RSB
R RSB Jul 8, 2004 #3 Thanks Martin use DataGrid.DataSource = null; DataGrid.DataBind(); Regards Martin