Reputation: 177
I have a database table called "Warehouse" this Warehouse's linked to a "Product" table (1 to many relationship). How do I in ASP.NET MVC:
Is it possible in ASP.NET MVC? How do you go about it?
Thank you!
Upvotes: 1
Views: 77
Reputation: 180878
Have a look at the NerdDinner tutorial. It goes into detail exactly how to do the things you described, with generous code samples.
Upvotes: 2