RenderPartial a view from another controller (and in another folder)
- by George
Hey MVC experts.
I two database entities that i need to represent and i need to output them in a single page.
I have something like this
Views
Def
ViewA
ViewB
Test
ViewC
I want to ViewC to display ViewA, which displays ViewB.
Right now i'm using something like this:
// View C
<!-- bla -->
<%…