I am wondering is there a way to render a partial view in the controller. So like you have a partial view and instead of returning it you render it right there in that controller method and store the result into a string or something like that?
Share
Take a look at the earlier stackflow thread at Render a view as a string
Also, http://www.klopfenstein.net/lorenz.aspx/render-partial-view-to-string-in-asp-net-mvc
I haven’t tried it personally though… good luck.