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

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -