@using (Html.BeginForm("Index", "HRBankInfo", FormMethod.Get))
{
<div align="center" class="display-label">
@ViewBag.message
<br /><input type="submit" value="Ok" />
</div>
}
This particular partial view is displayed upon successful operation. It refreshes the page and loads the index page. I aim to update the page without having to reload the entire content.