I\'ve checked this question and it solved my initial problems. But I don\'t want the partial view to be rendered only when the user clicks a link, I want to render partial v
You can render it in the initial page by writing @Html.Partial(...).
@Html.Partial(...)