Bindable collection of parent objects

Bindable collection of parent objects

Old forum URL: forums.lhotka.net/forums/t/762.aspx


prasadxit posted on Monday, July 31, 2006

Hello,

I am new to using CSLA framework and still learning. What I want to achieve is create a collection class of editable parent/root objects that can be bound directly to ASP.NET grid controls such as those provided by Teleric. What is the best way to achive this?

Thanks in advance for your help.

Regards,

Prasad

 

 

kids_pro replied on Monday, July 31, 2006

1. Root Collection : BusinessListBase<Roots, Root>
2. Root Object : BusinessBase<Root>, this one is child editable

Copyright (c) Marimer LLC