c# - From Silverlight to MVC CslaModelBinding child collections -


background:

a while ago developed business application silverlight using csla framework. wish create mvc alternative people unable use silverlight 1 reason or another.

the problem:

now problem wish re-use existing business library mvc application. wish save parent , children batch cslamodelbinder not bind child objects. there way of binding these child collections?

if not, , have save each child seperate though parent easiest way? (bearing in mind child objects have child data portal methods)

i've tried looking around forums , have managed find small handfull of posts regarding problem , these little old, wondering if has found solution since then?

thanks bunch!

to close loop on question, thread in csla forums seems provide answers:

http://forums.lhotka.net/forums/t/10770.aspx


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -