Tagged Questions
8
votes
4answers
1k views
ModelFactory in ASP.NET MVC to solve 'RenderPartial' issue
The 'RenderPartial()' method in ASP.NET MVC offeres a very low level of functionality. It does not provide, nor attempt to provide a true 'sub-controller' model *.
I have an increasing number of ...