|
-
Nov 11th, 2008, 07:42 AM
#1
Thread Starter
New Member
first next last previuo in .net 2008
i am using vb.net 2008
Please help in moving to first , previous , next , last records
am not using any grid in the form . i am using only header controls in my form .
Last edited by balajisrm; Nov 11th, 2008 at 07:47 AM.
-
Nov 11th, 2008, 07:51 AM
#2
Re: first next last previuo in .net 2008
Bind the data to a BindingSource and bind that to the controls. The BindingSource has MoveNext, MovePrevious, etc. methods.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|