G
garbage
Hello people,
I'm developing a mobile app with Compact Framework.
I have a grid, and it's dataSource is a dataView (named dvi).
When I try to delete a row from this dataView, it throws an exception:
"An unhandled exception of type 'System.ArgumentOutOfRangeException'
occurred in mscorlib.dll
Additional information: ArgumentOutOfRangeException"...
This exception occurs on the line:
dvi[0].Delete();
I used de "0" index, to be sure that the problem is not the row index,
but this value will be a variable.
Have anyone had this problem before?
Thanks for your answers...
I'm developing a mobile app with Compact Framework.
I have a grid, and it's dataSource is a dataView (named dvi).
When I try to delete a row from this dataView, it throws an exception:
"An unhandled exception of type 'System.ArgumentOutOfRangeException'
occurred in mscorlib.dll
Additional information: ArgumentOutOfRangeException"...
This exception occurs on the line:
dvi[0].Delete();
I used de "0" index, to be sure that the problem is not the row index,
but this value will be a variable.
Have anyone had this problem before?
Thanks for your answers...