How to use FormView in order to insert complex entity framework objects

Posted by dig on Stack Overflow See other posts from Stack Overflow or by dig
Published on 2010-06-11T06:08:06Z Indexed on 2010/06/11 6:12 UTC
Read the original article Hit count: 283

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.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about entity-framework