-
I’ve been using CSLA for a while now but am now just starting to build Silverlight applications using it. I am having a problem with asynchronous rule methods that update the UI. I am using CSLA 4.1 and have the following objects: BannedCarrier – Child Business Base Object BannedCarriers...
-
I have a silverlight tree view that is bound to a read only list. The problem is; I need to edit the nodes. If I use a businesslist I need to save the list to save the node. if I use a read only list I can't use a business base object. If I use a read only object, then create a businessbase object...