2
Reply

clear DataGrid(c#)

kobycool68

kobycool68

Jul 31 2004 3:30 PM
2.2k
hello i have created datagrid. i made query and write this lines adapter.Fill(dataSet); dataGrid1.SetDataBinding(dataSet , "table"); but now i want to make a new query (i make always new query) and want to see the new results in datagrid but the old data is mix with new data in datagrid , how can i clear the datagrid completely and see just the new results? thanks koby

Answers (2)