Dynamic Partial Views are used to implement the dynamic data.
Render Dynamic partial view using following methods
Html.Action(): The Action helper method invokes a specified controller and action and renders the result as a partial as an HtmlString. The specified Action method should return PartialViewResult using the PartialView() method.
Html.RenderAction(): The RenderAction helper method is same as the Action method except that it returns void and writes resulted html directly