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