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?