sheikh-k
3/22/2017 - 3:26 PM

PagedList Related (ASP.Net MVC).html



// 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>