It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
相关专题:
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
开发者_运维问答
Closed 11 years ago.
I need to traverse in VB.Net
I have 4 command buttons namely Move First, Previous, Next and Last.
I m using MS Access as my6 back end.
If i press move first i should get first element
If i press move previous i should get prev element
If i press move last i should get last element
If i press move next i should get next element
I'm not sure if this is what you're looking for, but have a look at the following:
Paging Through a Query Result (ADO.NET)
精彩评论