ASP.NET MVC 2 - Render Action
by Jon Galloway
In this video you'll learn how to use Html.RenderAction to write the results of a Controller Action to a View. We'll look at how Html.RenderAction differs from Html.RenderPartial, and how Html.Action differs from Html.RenderAction.