K KC Aug 6, 2004 #1 I want to remove or "unbind" a Datatable from a datagrid. Would I say, dt.Container.Dispose() where dt is the DataTable?
I want to remove or "unbind" a Datatable from a datagrid. Would I say, dt.Container.Dispose() where dt is the DataTable?
O One Handed Man \( OHM - Terry Burns \) Aug 6, 2004 #3 No No. If you set the datasource property for your bindings, u can just set it to nothing Me.DataGrid1.DataSource = Nothing -- OHM ( Terry Burns ) . . . One-Handed-Man . . . Time flies when you don't know what you're doing
No No. If you set the datasource property for your bindings, u can just set it to nothing Me.DataGrid1.DataSource = Nothing -- OHM ( Terry Burns ) . . . One-Handed-Man . . . Time flies when you don't know what you're doing