Results 1 to 2 of 2

Thread: first next last previuo in .net 2008

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2008
    Posts
    13

    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.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width