G
Guest
When I try to grab a row from my table like this
rowTest = MyClass.DataSet11.Tables(0).Rows(0).Item(0
it tells me that "An unhandled exception of type 'System.IndexOutOfRangeException' occurred in system.data.dl
Additional information: There is no row at position 0.
I try other positions in the row and have the same effect, what is going on
Thanks
Ros
rowTest = MyClass.DataSet11.Tables(0).Rows(0).Item(0
it tells me that "An unhandled exception of type 'System.IndexOutOfRangeException' occurred in system.data.dl
Additional information: There is no row at position 0.
I try other positions in the row and have the same effect, what is going on
Thanks
Ros