Neil Palmer

Neil Palmer

  • NA
  • 3
  • 725

returning mutiple models to a single view MVC

Aug 11 2014 2:57 PM
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?

Answers (3)