SonBo.Navigated... This.ListView2.Requery(); //to requery the Grandson ListView
Grandson.ListView.Populating... e.Parameters[0].value = this.SonBO["Son_PK"]; //to get Primary key from the Son
Grandson ListView.Properties... PopulateOnFormLoad=Manual MethodToExecute=FillByParentPrimaryKey(Int32) (primary key is Numeric)
What am I missing ?
SF_Samppl_App which has just 1 form (frmCust) (KEK_1.ZIP)
SF_SAMPLE_BO which is a BO Library with Cust,Orders and Order Lines BO set up. (KEK_2.ZIP)
I'd really apprEciate it if someone could have a look