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

📄 relmanage.aspx

📁 掌握计算机管理信息系统设计的一般方法
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="relmanage.aspx.cs" Inherits="relmanage" %>

<!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  background="image/2.jpg">
    <form id="form1" runat="server">
    <div style="text-align: center">
        <asp:GridView ID="relationView" runat="server" AutoGenerateColumns="False" CellPadding="3" GridLines="None" Height="185px" Style="left: -40px; position: relative;
            top: 12px" Width="493px" OnRowDeleting="relationView_RowDeleting" OnRowEditing="relationView_RowEditing" AllowPaging="True" OnPageIndexChanging="relationView_PageIndexChanging" PageSize="3" BackColor="White" BorderColor="White" BorderStyle="Ridge" BorderWidth="2px" CellSpacing="1">
            <FooterStyle BackColor="#C6C3C6" ForeColor="Black" />
            <Columns>
                <asp:BoundField DataField="relationcode" HeaderText="编号" />
                <asp:BoundField DataField="username" HeaderText="用户名" />
                <asp:BoundField DataField="password" HeaderText="密码" />
                <asp:BoundField DataField="jibie" HeaderText="用户级别" />
                <asp:CommandField ButtonType="Button" HeaderText="更新" ShowEditButton="True" />
                <asp:CommandField ButtonType="Button" HeaderText="删除" ShowDeleteButton="True" />
            </Columns>
            <RowStyle BackColor="#DEDFDE" ForeColor="Black" />
            <SelectedRowStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White" />
            <PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right" />
            <HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#E7E7FF" />
        </asp:GridView>
        <table style="left: -133px; width: 46%; position: relative; top: 52px; height: 116px"> 
    <tr>
    <td style="width: 100px" align="center">
        <asp:Label ID="Label1" runat="server" Text="用户名:" ></asp:Label></td>
        <td>
            <asp:TextBox ID="username" runat="server"></asp:TextBox></td></tr>
    <tr>
    <td style="width:100px; height: 22px;" align="center">
        <asp:Label ID="Label2" runat="server" Text="密码:"></asp:Label></td>
        <td style="height: 22px">
            <asp:TextBox ID="pass" runat="server"></asp:TextBox></td></tr>
            <tr>
    <td style="width:100px; height: 27px;" align="center">
        <asp:Label ID="Label3" runat="server" Text="级别:"></asp:Label></td>
        <td style="height: 27px">
            <asp:TextBox ID="jibie" runat="server"></asp:TextBox></td></tr>
   </table>
        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="left: 157px;
            position: relative; top: -27px" Text="Add" Width="64px" /></div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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