WebUserControl.ascx
资源名称:SunShine.rar [点击查看]
上传用户:tjxpgg
上传日期:2017-05-14
资源大小:2244k
文件大小:1k
源码类别:
SilverLight
开发平台:
ASP/ASPX
- <%@ Control Language="C#" AutoEventWireup="true" CodeFile="WebUserControl.ascx.cs" Inherits="WebUserControl" %>
- <asp:Label ID="Label1" runat="server" Font-Size="9pt" Height="10px" Text="共" Width="15px"></asp:Label>
- <asp:Label ID="lblTolCount" runat="server" Font-Size="9pt"></asp:Label>
- <asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="项"></asp:Label>
- <asp:Label ID="Label3" runat="server" Font-Size="9pt" ForeColor="Black" Text="|"></asp:Label>
- <asp:LinkButton ID="btnFirst" runat="server" CommandName="FirstCmd" Font-Size="9pt"
- OnCommand="ClikMe">首页</asp:LinkButton>
- <asp:LinkButton ID="btnPre" runat="server" CommandName="PreCmd" Font-Size="9pt">上一页</asp:LinkButton>
- <asp:LinkButton ID="btnNext" runat="server" CommandName="NextCmd" Font-Size="9pt">下一页</asp:LinkButton>
- <asp:LinkButton ID="btnLast" runat="server" CommandName="LastCmd" Font-Size="9pt">末页</asp:LinkButton>
- <asp:Label ID="Label7" runat="server" Font-Size="9pt" ForeColor="Black" Text="|"></asp:Label>
- <asp:Label ID="Label8" runat="server" Font-Size="9pt" Text="转"></asp:Label>
- <asp:TextBox ID="txtCurrentPage" runat="server" AutoPostBack="True" OnTextChanged="txtCurrentPage_TextChanged"
- Width="34px"></asp:TextBox>
- <asp:Label ID="Label9" runat="server" Font-Size="9pt" ForeColor="Black" Text="/"></asp:Label>
- <asp:Label ID="lblPageCount" runat="server" Font-Size="9pt"></asp:Label>
- <asp:Label ID="Label10" runat="server" Font-Size="9pt" Text="页"></asp:Label>