User Kevin Zink - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T15:55:31Z http://stackoverflow.com/feeds/user/38102 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/286132/asp-net-mvc-getting-a-paritial-views-html-from-inside-of-the-controller/294559#294559 7 Answer by Kevin Zink for ASP.net MVC: Getting a Paritial View's HTML from inside of the controller Kevin Zink 2008-11-16T23:26:03Z 2008-11-17T00:45:11Z <p>Hey Everyone,</p> <p>I put together a rough framework which allows you to render views to a string from a controller method in MVC Beta. This should help solve this limitation for now.</p> <p>Additionally, I also put together a Rails-like RJS javascript generating framework for MVC Beta.</p> <p>Check it out at <a href="http://www.brightmix.com/blog/how-to-renderpartial-to-string-in-asp-net-mvc" rel="nofollow">http://www.brightmix.com/blog/how-to-renderpartial-to-string-in-asp-net-mvc</a> and let me know what you think.</p>