Pagination in ASP.net with Bootstrap JavaScript file
Hi,I want to apply the below (please refer the attachment) pagination method in our ASP.net web application. Hence we are using bootstrap plugin "ui-bootstrap-tpls-2.5.0.js". I have tried to change the function but unable to do it. Could any one help me that how to do it....
below is my asp.net code to call that pagination function.
<ul uib-pagination total-items="totalProducts" ng-model="currentPage" max-size="maxSize" class="agProduct" boundary-link-numbers="true" items-per-page="itemsPerPage" ng-change="pageChangeHandler()"> </ul>