adminblog.aspx

来自「本程序基于 asp.net 2.0 +sql server 2」· ASPX 代码 · 共 38 行

ASPX
38
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="adminBlog.aspx.cs" Inherits="admin_adminBlog" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>前台管理员专用</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
            <div class ="left"><!-- #include file ="user_left.htm" --></div>
    <div class ="center">
       <asp:DropDownList ID="dropSearch" runat="server">
            <asp:ListItem Value="blogid">日志编号</asp:ListItem>
            <asp:ListItem Value="title">日志标题</asp:ListItem>
        </asp:DropDownList>
        <asp:TextBox ID="tbSearch" runat="server"></asp:TextBox>
        <asp:Button ID="Button1" runat="server" Text="查找" OnClick="Button1_Click" />
    <span id="message" runat ="server"></span>
        &nbsp;
        <div id="navigator" runat ="server">
        <asp:LinkButton ID="lb_previous" runat="server"
            OnClick="lb_previous_Click">上一页</asp:LinkButton>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp;<asp:LinkButton ID="lb_next"
            runat="server" OnClick="lb_next_Click">下一页</asp:LinkButton><br />
    您当前访问的是 
        <asp:Label ID="lb_current_page" runat="server" Text=""></asp:Label>页,共 
        <asp:Label ID="lb_sum_page" runat="server" Text=""></asp:Label>页,跳转到 &nbsp;<asp:TextBox
            ID="tb_goPage" runat="server" SkinID ="line"   Width="61px" OnTextChanged="tb_goPage_TextChanged"></asp:TextBox>页</div> 
 </div> 
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?