Clear DataGrid

  • Thread starter Thread starter Lee Price
  • Start date Start date
L

Lee Price

This is with regard to my previous post for resetting my
DataGrid, and I was adviced to use the clear function on
DataGrid items by Sachan

The datagrid does not have a Clear function and I get the
following error

DataGrid1.Items.Clear();

(186): 'System.Web.UI.WebControls.DataGridItemCollection'
does not contain a definition for 'Clear'

Is there any other way to clear the datagrid

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top