Hi All,
I have loaded a DataTable with a set of records. Now i would like to go thorugh them as i used to do with the VB6 style ADO using MoveNext, MovePrevious etc...
I can navigate to rows using: MyDataTable.Rows[0] etc but i don;t know how i can retrive the current row so i can move from there...!!
Any help would be most welcome!
Thanks
Nick
I have loaded a DataTable with a set of records. Now i would like to go thorugh them as i used to do with the VB6 style ADO using MoveNext, MovePrevious etc...
I can navigate to rows using: MyDataTable.Rows[0] etc but i don;t know how i can retrive the current row so i can move from there...!!
Any help would be most welcome!
Thanks
Nick