I cant figure how to work this out, maybe you can help me. I have a MVC4
project with a customer model
and an event model
.
When I access the create view
for the event, I would like to select a customer (via dropdownlist
, this is ok and working) or if the customer I want is not created yet, create it inside the event create view
(not to close this view, open customer view, create customer, go back to event create view...). How can I do that? Any ideas?
Thanks everybody!