entity framework 4 - Binding navigation properties to formview -


I am using forms and objectsstrons to edit / insert objectstrokes. I want to update a unit object update properties with its navigation properties in a single form view. Is this possible? Any thoughts on how to do this?

Yes, this is possible. One way is to override the FormView.ItemInserting / ItemUpdating methods and manually add new values ​​to any type and type (including navigation properties) by hand.

Comments