How to use FormView in order to insert complex entity framework objects
- by dig
Hello,
I'm trying to use formview in order to do insert of a new entity object (called Customer)
Customer has a reference to another entity called Address.
How can I fill both of them in the same formview?
Thanks.