G Guest Nov 13, 2004 #1 Is there a way to quickly clear the DataGrid content, like in DropDownList ddl.Items.Clear()? Thanks, Ben
Is there a way to quickly clear the DataGrid content, like in DropDownList ddl.Items.Clear()? Thanks, Ben
G Guest Nov 13, 2004 #3 It works Thanks. Steve C. Orr said: MyDataGrid.DataSource = Nothing Click to expand...