Can someone show me how to delete all the items within my gridviewcontrol so
I can repopulate with new data?
Thanks
TR - 09 Dec 2005 17:49 GMT
Are you referring to the standard Datagrid?? If so, then you would use <name
of your dataset>.clear()
ex: dsDataset1.clear()
> Can someone show me how to delete all the items within my gridviewcontrol
> so I can repopulate with new data?
>
> Thanks
GreggMB - 30 Dec 2005 17:01 GMT
This is (can be) done 'automatically" by DataGridView - take a good look at
all available properties of this control.
> Can someone show me how to delete all the items within my gridviewcontrol so
> I can repopulate with new data?
>
> Thanks