<asp:DataPager ID="customersListPager" runat="server"
PagedControlID="customersList" PageSize="5">
<Fields>
<asp:NextPreviousPagerField ButtonType="Link"
FirstPageText="&lt;&lt;" PreviousPageText="&lt;"
ShowFirstPageButton="true" ShowLastPageButton="false"
ShowPreviousPageButton="true" ShowNextPageButton="false" />
<asp:NumericPagerField ButtonCount="20" ButtonType="Link" />
<asp:NextPreviousPagerField ButtonType="Link"
LastPageText="&gt;&gt;" NextPageText="&gt;"
ShowFirstPageButton="false" ShowLastPageButton="true"
ShowPreviousPageButton="false" ShowNextPageButton="true" />
</Fields>
</asp:DataPager>
