⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usermanage.aspx

📁 课程设计专用的图书管理系统。绝对原创!希望对大家有所帮助
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="usermanage.aspx.cs" Inherits="usermanage" %>

<!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 style="background-image: url(Image/主界面done.jpg); position: relative">
    <form id="form1" runat="server">
    <div>
        <table style="left: 236px; width: 436px; position: relative; top: 183px; height: 70px">
            <tr>
                <td style="width: 100px">
                    &nbsp;&nbsp; 用 &nbsp; 户&nbsp; ID</td>
                <td style="width: 100px">
                    <asp:TextBox ID="Reader2" runat="server" Width="192px"></asp:TextBox></td>
                <td style="width: 100px">
                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="开始查询" Width="108px" /></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    超期用户查询</td>
                <td style="width: 100px">
                    <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="开始搜索超期用户" Width="195px" /></td>
                <td style="width: 100px">
                </td>
            </tr>
        </table>
    
    </div>
        <asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None"
            Height="168px" Style="left: 229px; position: relative; top: 245px" Width="463px">
            <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
            <RowStyle BackColor="#EFF3FB" />
            <EditRowStyle BackColor="#2461BF" />
            <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
            <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
            <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
            <AlternatingRowStyle BackColor="White" />
        </asp:GridView>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        <asp:LinkButton ID="LinkButton1" runat="server"
            PostBackUrl="~/main.aspx" Style="left: 802px; position: relative; top: 82px">返回主页</asp:LinkButton>
    </form>
</body>
</html>

⌨️ 快捷键说明

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