// A Simple pagination demo
<div>
@Html.PagedListPager(Model, page => Url.Action(actionName, new { area = "Tmrs", page, customerType = cusType, searchItem = ViewBag.SearchData }), PagedListRenderOptions.EnableUnobtrusiveAjaxReplacing(new PagedListRenderOptions { Display = PagedListDisplayMode.IfNeeded }, new AjaxOptions { HttpMethod = "GET", UpdateTargetId = @ViewBag.ContentPosition }))
</div>