i created partial view (_DetailsList) inside the Index page .
and index page there is one textbox i used with username .
if i search on user name then table is showing with all details.
inside Partial view i gave 2 link for redirect to another page .
suppose addmision page and exam Date Page .
in addmision page i gave back button so want to go Parvial view page my code is
@Html.ActionLink("Back", "Index", null, new { @class = "btn btn-filter" })
but i returned back to indexpage please suggest me how to came back partial view page