Hi,
I'm trying to implement record navigation in ado.net to be like in regulat ado.
I tried to ride a dataview using the row index, but it seems that the record index is acheived according to order of insertion to db.
Is there any way to implement
MoveFirst, MoveNext, MovePrevious, MoveLast and CurrentRow
without using a bound form???
Thanks,
Avihai
I'm trying to implement record navigation in ado.net to be like in regulat ado.
I tried to ride a dataview using the row index, but it seems that the record index is acheived according to order of insertion to db.
Is there any way to implement
MoveFirst, MoveNext, MovePrevious, MoveLast and CurrentRow
without using a bound form???
Thanks,
Avihai