kobycool68

kobycool68

  • NA
  • 23
  • 0

clear DataGrid(c#)

Jul 31 2004 3:30 PM
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)