I am new to asp.net and im have a page that i want to show as a partial view.
The page is in a div tag ,like this <div> Html.RenderPartial("view",Model)</div>
and im doing the same thing with Html.Render but it works just with RenderPartial.
Does anyone have any idea why,and what es the difference?? i know that Renderpartial ist better for Image and etc.. but is there another difference??? Thx very much :)