A
AAaron123
I first do:
DataGrid1.DataSource = ds2.Tables(0).DefaultView
DataGrid1.DataBind()
At some later time I want to set the DataGrid1 back to its original state.
That is I want to "unbind" it.
How can I do that?
Thanks
DataGrid1.DataSource = ds2.Tables(0).DefaultView
DataGrid1.DataBind()
At some later time I want to set the DataGrid1 back to its original state.
That is I want to "unbind" it.
How can I do that?
Thanks