Hi,
I have a three database tables related for example: company( one - one) Contact( one- one) Address,
I need to create a company, then create contact for company, then create an address for contact in one page (to make things easier for user).
the user doenst have to fill all the details at once and submit it, he may create company today, then add contact tomorrow and then after tomorrow edit the company details and etc..the actions are randoms by the users...
there are many ways, but what is the best way to achieve this using ASP.NET MVC??
thanks