Guest User

Untitled

a guest
Nov 23rd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.52 KB | None | 0 0
  1.  
  2.  
  3. <asp:DataPager ID="dpEmployee" runat="server"
  4.         PagedControlID="lvEmployee" PageSize="200">
  5.         <Fields>
  6.             <asp:NextPreviousPagerField ShowFirstPageButton="True" ShowNextPageButton="False"  />
  7.             <asp:NumericPagerField NumericButtonCssClass="dpTimeSheet" ButtonCount="80" ButtonType="Link" />
  8.             <asp:NextPreviousPagerField ShowLastPageButton="True" ShowPreviousPageButton="False"  />
  9.         </Fields>
  10.     </asp:DataPager>
  11.  
  12. Must be handled during PagePropertiesChanged event.
Add Comment
Please, Sign In to add comment