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

📄 master_adminperson.aspx

📁 网上销售订单管理系统借助现代信息技术和管理理论
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Master_AdminPerson.aspx.cs" Inherits="Master_AdminPerson" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder_title" Runat="Server">
<span style="font-size:12px; color:#FFFFFF;font-weight: bold;">管理管理员</span>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder_Pages" Runat="Server">
              <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" DeleteMethod="Del_AdminInfo" SelectMethod="Show_AdminInfo" TypeName="PersonInfo" UpdateMethod="Edit_AdminInfo">
                  <DeleteParameters>
                      <asp:Parameter Name="AdminName" Type="String" />
                  </DeleteParameters>
                  <UpdateParameters>
                      <asp:Parameter Name="AdminName" Type="String" />
                      <asp:Parameter Name="AdminPwd" Type="String" />
                      <asp:Parameter Name="TypeName" Type="String" />
                  </UpdateParameters>
              </asp:ObjectDataSource>
              <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                  CellPadding="4" DataSourceID="ObjectDataSource1" ForeColor="#333333" GridLines="None" DataKeyNames="AdminName" EmptyDataText="暂无数据!">
                  <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
                  <Columns>
                      <asp:BoundField DataField="AdminName" HeaderText="帐 户" ReadOnly="True">
                          <ItemStyle Height="30px" HorizontalAlign="Center" VerticalAlign="Middle" Width="150px" />
                      </asp:BoundField>
                      <asp:BoundField DataField="AdminPwd" HeaderText="密 码">
                          <ItemStyle Height="30px" HorizontalAlign="Center" VerticalAlign="Middle" Width="150px" />
                      </asp:BoundField>
                      <asp:BoundField DataField="TypeName" HeaderText="姓 名">
                          <ItemStyle Height="30px" HorizontalAlign="Center" VerticalAlign="Middle" Width="150px" />
                      </asp:BoundField>
                      <asp:BoundField DataField="Flag" HeaderText="级别">
                          <ItemStyle Height="30px" HorizontalAlign="Center" VerticalAlign="Middle" Width="150px" />
                      </asp:BoundField>
                      <asp:CommandField HeaderText="编 辑" ShowEditButton="True" EditText="编 辑">
                          <ItemStyle Height="30px" HorizontalAlign="Center" VerticalAlign="Middle" Width="100px" />
                      </asp:CommandField>
                      <asp:CommandField DeleteText="&lt;div id=&quot;de&quot; onclick=&quot;JavaScript:return confirm('确定删除吗?')&quot;&gt;删 除&lt;/div&gt;" HeaderText="删 除" ShowDeleteButton="True">
                          <ItemStyle Height="30px" HorizontalAlign="Center" VerticalAlign="Middle" Width="100px" />
                      </asp:CommandField>
                  </Columns>
                  <RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
                  <EditRowStyle BackColor="#999999" />
                  <SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
                  <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
                  <HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" Height="35px" />
                  <AlternatingRowStyle BackColor="White" ForeColor="#284775" />
              </asp:GridView>
</asp:Content>

⌨️ 快捷键说明

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