Skip to content

Instantly share code, notes, and snippets.

@mahmut-gundogdu
Forked from cceremuga/gist:5204350
Last active August 29, 2015 14:22
Show Gist options
  • Save mahmut-gundogdu/4b1696b4af5b0eef326a to your computer and use it in GitHub Desktop.
Save mahmut-gundogdu/4b1696b4af5b0eef326a to your computer and use it in GitHub Desktop.
<asp:DataPager ID="DataPagerProducts" runat="server" PagedControlID="LvCategoryItems" PageSize="10" OnPreRender="PagerCategoryItems_PreRender" class="btn-group pager-buttons">
<Fields>
<asp:NextPreviousPagerField ShowLastPageButton="False" ShowNextPageButton="False" ButtonType="Button" ButtonCssClass="btn" RenderNonBreakingSpacesBetweenControls="false" />
<asp:NumericPagerField ButtonType="Button" RenderNonBreakingSpacesBetweenControls="false" NumericButtonCssClass="btn" CurrentPageLabelCssClass="btn disabled" NextPreviousButtonCssClass="btn" />
<asp:NextPreviousPagerField ShowFirstPageButton="False" ShowPreviousPageButton="False" ButtonType="Button" ButtonCssClass="btn" RenderNonBreakingSpacesBetweenControls="false" />
</Fields>
</asp:DataPager>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment