-
I am using CSLA 3.8.3, Doing windows forms programming. I my Root object (a BB) , I have a BLB as Child. BLB contains List of ChildRecord. In the ChildRecord I have a SlNo Field -- It stores the record number . ( I use BLBbindingsource.postion +1 to set the SlNo field) When I fetch a saved Root from...