2
Answers

clear DataGrid(c#)

kobycool68

kobycool68

20y
2.3k
1
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)