Guest User

Untitled

a guest
Jan 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <asp:DataPager runat="server" ID="DataPager" PageSize="40">
  2. <Fields>
  3. <asp:NumericPagerField ButtonCount="10"
  4. PreviousPageText="<--"
  5. NextPageText="-->" />
  6. </Fields>
  7. </asp:DataPager>
Add Comment
Please, Sign In to add comment