WebUserControl.ascx
上传用户:tjxpgg
上传日期:2017-05-14
资源大小:2244k
文件大小:1k
源码类别:

SilverLight

开发平台:

ASP/ASPX

  1. <%@ Control Language="C#" AutoEventWireup="true" CodeFile="WebUserControl.ascx.cs" Inherits="WebUserControl" %>
  2. <asp:Label ID="Label1" runat="server" Font-Size="9pt" Height="10px" Text="共" Width="15px"></asp:Label>
  3. <asp:Label ID="lblTolCount" runat="server" Font-Size="9pt"></asp:Label>
  4. <asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="项"></asp:Label>
  5. <asp:Label ID="Label3" runat="server" Font-Size="9pt" ForeColor="Black" Text="|"></asp:Label>
  6. <asp:LinkButton ID="btnFirst" runat="server" CommandName="FirstCmd" Font-Size="9pt"
  7.     OnCommand="ClikMe">首页</asp:LinkButton>
  8. <asp:LinkButton ID="btnPre" runat="server" CommandName="PreCmd" Font-Size="9pt">上一页</asp:LinkButton>
  9. <asp:LinkButton ID="btnNext" runat="server" CommandName="NextCmd" Font-Size="9pt">下一页</asp:LinkButton>
  10. &nbsp;<asp:LinkButton ID="btnLast" runat="server" CommandName="LastCmd" Font-Size="9pt">末页</asp:LinkButton>
  11. <asp:Label ID="Label7" runat="server" Font-Size="9pt" ForeColor="Black" Text="|"></asp:Label>
  12. <asp:Label ID="Label8" runat="server" Font-Size="9pt" Text="转"></asp:Label>
  13. <asp:TextBox ID="txtCurrentPage" runat="server" AutoPostBack="True" OnTextChanged="txtCurrentPage_TextChanged"
  14.     Width="34px"></asp:TextBox>
  15. <asp:Label ID="Label9" runat="server" Font-Size="9pt" ForeColor="Black" Text="/"></asp:Label>
  16. <asp:Label ID="lblPageCount" runat="server" Font-Size="9pt"></asp:Label>
  17. <asp:Label ID="Label10" runat="server" Font-Size="9pt" Text="页"></asp:Label>