@using (Html.BeginForm("Index", "HRBankInfo", FormMethod.Get))
{
<div align="center" class="display-label">
@ViewBag.message
<br /><input type="submit" value="Ok" />
</div>
}
this is one of my partial view which appears on operation success.it refreshes page and load index page i want to update page without reloading whole page.