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

📄 corporationlist.aspx

📁 该服务平台解决了计算机网络与移动网络之间信息交换问题
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="SystemSettings_CorporationList, App_Web_vdcqeyp7" theme="SkinFile" %>

<!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="margin-top:10px" scroll="no"> 
    <form id="form1" runat="server">
    <div>
        <div>
        </div>
    
    </div>
        <table style="width: 771px; background-color: #f3f8ff; border-right: #9ac4e0 1px solid; border-top: #9ac4e0 1px solid; border-left: #9ac4e0 1px solid; border-bottom: #9ac4e0 1px solid; height: 202px;">
            <tr>
                <td style=" background-color: #9ac4e0; font-size:10pt; direction: ltr; width: 771px; height:25px">
                    &nbsp;位置: &nbsp; 职工管理 &nbsp;> &nbsp; 部门设置</td>
            </tr>
            <tr></tr>
            <tr style="font-size: 12pt">
                <td style=" font-size: small; background-color: #4289c2; direction: ltr; width: 771px; height:25px">
                   &nbsp; 请选择群组<asp:DropDownList ID="cbArea" runat="server" OnSelectedIndexChanged="cbArea_SelectedIndexChanged" AutoPostBack="True" Width="139px">
                        </asp:DropDownList></td>
            </tr>
            <tr></tr>
            
            <tr style="font-size: 12pt">
                <td style="width: 774px; border-bottom: #9ac4e0 1px solid; height: 359px;">
                
                
                <asp:Panel ID="Panel1" runat="server" Height="303px" ScrollBars="Vertical" Width="125px" Direction="LeftToRight" style="left: 1px; position: relative; top: -19px"> 
                        <asp:GridView ID="gridView" runat="server" AllowPaging="False" AutoGenerateColumns="False"
                            OnPageIndexChanging="gridView_PageIndexChanging" PageSize="12" DataKeyNames="CorporationID" OnSelectedIndexChanged="gridView_SelectedIndexChanged" style="left: 0px; position: relative; top: 2px">
                            <FooterStyle ForeColor="Black" />
                            <Columns>
                                <asp:TemplateField HeaderText="选择">
                                            <ItemTemplate>
                                                <asp:CheckBox ID="chk" runat="server" AutoPostBack="false" Checked="false" />
                                            </ItemTemplate>

                            </asp:TemplateField>
                                <asp:BoundField DataField="UserDefineID" HeaderText="部门编号" />
                                <asp:BoundField HeaderText="编号" DataField="CorporationID">

                                </asp:BoundField>
                                <asp:BoundField DataField="AreaName" HeaderText="用户组">

                                </asp:BoundField>
                                <asp:BoundField HeaderText="部门名称" DataField="CorPorationName">

                                </asp:BoundField>
                            </Columns>
                            <EmptyDataTemplate>
                                <table style="width: 766px; height: 11px; background-color: #DBEAF5; font-size: 10pt">
                                    <tr style="height: 12px;" align="center">
                                        <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
                                            border-top: 0px; border-right-color: White; height:11px">
                                            选择</th>
                                        <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
                                            border-top: 0px;height:11px">
                                            部门编号</th>
                                        
                                        <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
                                            border-right: 0px; border-top: 0px;height:11px">
                                            部门名称</th>
                                    </tr>
                                    
                                </table>
                            </EmptyDataTemplate>
              </asp:GridView>    &nbsp;
                       
              </asp:Panel>
             </td>
            </tr>
            <tr style="font-size: 12pt">
                <td style="direction: rtl;width: 774px; height:41px" valign="bottom">
                
                    
                    
                
                    <asp:Button ID="btnDel" runat="server" OnClick="btnDel_Click" Text="删除" style="right: 325px; position: relative; top: -19px" />
                    <asp:Button ID="btnUpdate" runat="server" OnClick="btnUpdate_Click"
                        Text="修改" style="right: 325px; position: relative; top: -19px" />
                    <asp:Button ID="btnAdd"
                        runat="server" OnClick="btnAdd_Click" Text="添加" style="right: 325px; position: relative; top: -19px" />
                    
                    
                </td>
            </tr>
      </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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