A Alex Feb 14, 2004 #1 As per the subject: How do I clear my DataGrid once I put information into it?
O One Handed Man Feb 15, 2004 #3 Better to clear the bound data like this. YourDataTable.Clear() Regards - OHM
A Alex Feb 15, 2004 #4 Better to clear the bound data like this. YourDataTable.Clear() Click to expand... MyDataSet.Clear() Yup. Thanks to you and my teacher who called me and helped me out with this.
Better to clear the bound data like this. YourDataTable.Clear() Click to expand... MyDataSet.Clear() Yup. Thanks to you and my teacher who called me and helped me out with this.