Just upgraded to Framework 1.1 and I am not having sporadic revoloving around the DataView. I found that after creating a DataView I need to set the RowFilter (even if I do not use one) to String.Empty. The tried and true method I have found to work without strange behavior is:
Dim DV as New DataView)SomeDataTable, String.Empty, String.Empty, DataViewRowState.CurrentRows)
Has anyone else encountered strange behavior with the DataView after going to Framework 1.1?
Thanks!
rp
Dim DV as New DataView)SomeDataTable, String.Empty, String.Empty, DataViewRowState.CurrentRows)
Has anyone else encountered strange behavior with the DataView after going to Framework 1.1?
Thanks!
rp