Posted on: 7/22/2015 9:49:46 PM | Views : 760

Every second record in the FormView will not keep two gridviews in sync. The two gridview have SelectCommands with WHERE ControlParameter equals the FormView ParentID.
When I click on next the second record does not sync the two gridviews, I click on Next again the third record and the two gridviews are in sync with the FormView. 
Sounds like a data issue and not a code issue. But I checked the data several times and each child table has a parent id to a parent record. I have 8 records in the parent table and 8 records in each child table that have a parent id.
Anyone have any ideas what could be causing every second record not to sync the two gridviews?

Go to the complete details ...