Hi All,
I'm very new for CSLA.NET. Can anyone suggest me how can I handle this scenario?
I have OrderMaster root object and 2 child objects OrderDetails and OrderAddress in web form. I can create/Update the OrderMaster and OrderAddress because 1 to 1 relationship. OrderDetail is 1 to many. when I test the orderDetail i can update but I couldn't insert the transaction.
I would appreciate if anyone suggest me how can I implement above scenario. Thank you.
Sundar