Click here to Skip to main content
15,889,482 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am new for MVC Razor technologies. I have customer model and List of Address model.

I don't know how to create new customer with multiple address. Please check following model and let me know how to generate create, Edit and Delete view.

Customer Model
1. ID
2. Name
3. Contact person
4. Mobile
5. Email
6. Fax

Address Model
1. ID
2. Address
3. City
4. State
5. Zipcode

I hope any one help me.

Thank you

What I have tried:

I am not try anything but I want to add address by add row option. If first address is enter then only second row will need to generate while clicking add row button.
Posted
Updated 3-Aug-16 22:16pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900