In the view
< % Html.RenderPartial("Sample"); %>
In the partial
<% Html.CustomExtension("samp")%>
in the customextension i'm add some object in ViewData
And i need that same ViewData in View after rendering Partial View.
Becoz of different helper the ViewData is no maintaining...