Results 1 to 3 of 3

Thread: vb.net 2008 BindingNav/datarepeater question

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2010
    Posts
    30

    vb.net 2008 BindingNav/datarepeater question

    Hi everyone, it's been a while, I'm having an issue with a bindingnavigator/datarepeater combination. I'm using vb.net 2008, with all bound data to an sql server. my app is working great except for one thing (so far), well first, i have a main binding navigator, then child bindingnavigators with children bindingnavigators under some of them, it all works except if the first child under the main navigator has more than one record, what it does is if you click on a row of the main/master datagridview other than the first row, all the child datarepeaters still show the data that relates to the first record of the first child bindingnavigator/datarepeater, then if you click on
    another row, everthing starts to work accurately from then on. if anyone can help that would be awesome, thanks in advance, Dan

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Nov 2010
    Posts
    30

    Re: vb.net 2008 BindingNav/datarepeater question

    oh my god, FacilityBindingSource.ResetCurrentItem() did it, just a wild first guess

  3. #3
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,684

    Re: vb.net 2008 BindingNav/datarepeater question

    Make sure you are setting up relations between master and child tables
    http://msdn.microsoft.com/en-us/libr...(v=VS.90).aspx

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