I am having a problem returning multiple models to a single view.
First I create a using the entity data framework which contains two tables,
I need to show data from both tables on a single view. I tried using a partial view for this
but I get an error that the view is strongly typed for a single table.
is there a way to do this?
Ramesh MaruthiPosted Aug 11, 2014, 4:28 PM
http://sampathloku.blogspot.com/2012/10/how-to-use-viewmodel-with-aspnet-mvc.html
Ramesh MaruthiPosted Aug 12, 2014, 12:59 PM
Neil PalmerPosted Aug 12, 2014, 12:56 PM
Yhanks again