dataview and record navigation

Joined
Nov 24, 2005
Messages
1
Reaction score
0
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top