Hi,
In vb6, we have the clear method with the datagrid control. I could not find the same in vb.net.
How can I clear the datagrid control before I fill it in vb.net?
Thanks,
James
Printable View
Hi,
In vb6, we have the clear method with the datagrid control. I could not find the same in vb.net.
How can I clear the datagrid control before I fill it in vb.net?
Thanks,
James
If you're binding your datagrid to a dataset or data table, the you would clear the dataset/table and refresh the datagrid. Same would apply for a dataview bound to a dataset.