Hello...

I guess the record's movement is such a simple stuff to do. But I couldn't find it in C# so far.

Someone can tell me on how to move a record in C# ?
(such as movefirst, movenext, movelast, moveprevious) ???

Cos, as far as I learned this C# for the last 1 week, I only know "datareader.read()" to move record from the beginning to the EOF.

Thanks....