How do I clear my DataGrid?

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

As per the subject: How do I clear my DataGrid once I put information
into it?
 
Better to clear the bound data like this.

YourDataTable.Clear()

Regards - OHM
 
Better to clear the bound data like this.

YourDataTable.Clear()

MyDataSet.Clear()

Yup. Thanks to you and my teacher who called me and helped me out with
this.
 

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

Similar Threads


Back
Top