okie20
08-29-2006, 10:07 AM
See two images attached
VS 2003 .NET 1.1
I have a dataview that is tied to a table I use from Oracle. This dataview uses the SetDataBindings method to attach to the database. My dataview does not contain a RowFilter. Going from Pic1 to Pic2 I use the DataRow.Delete Method to remove it from the underlying database.
I am sure I have missed something in my explanation so please ask if any more info is needed.
How can I redraw the datagrid/dataview so there will be no remnants of what was previously there? I have tried DataGrid.Refresh and Form.Refresh and neither has worked.
VS 2003 .NET 1.1
I have a dataview that is tied to a table I use from Oracle. This dataview uses the SetDataBindings method to attach to the database. My dataview does not contain a RowFilter. Going from Pic1 to Pic2 I use the DataRow.Delete Method to remove it from the underlying database.
I am sure I have missed something in my explanation so please ask if any more info is needed.
How can I redraw the datagrid/dataview so there will be no remnants of what was previously there? I have tried DataGrid.Refresh and Form.Refresh and neither has worked.