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

📄 rulesmanage.aspx

📁 该服务平台解决了计算机网络与移动网络之间信息交换问题
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Security_RulesManage, App_Web_o1i3hbtv" 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 scroll="no" style="margin-top:10px">
    <form id="form1" runat="server">
    <div>
        <table style="width: 773px; height: 181px; background-color:#f3f8ff; border-right: #9ac4e0 1px solid; border-top: #9ac4e0 1px solid; border-left: #9ac4e0 1px solid; border-bottom: #9ac4e0 1px solid;">
            <tr>
                <td style="width: 100px; height: 25px; background-color:#4289c2">
                    <asp:DropDownList ID="cbRules" runat="server" AutoPostBack="True" OnSelectedIndexChanged="cbRules_SelectedIndexChanged" Width="143px" Font-Size="10pt">
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="height: 340px">
                    <asp:GridView ID="gvSecurityInfo" runat="server" AllowPaging="True" AutoGenerateColumns="False" 
                        OnPageIndexChanging="gvSecurityInfo_PageIndexChanging" PageSize="12" Font-Size="10pt">
                        <Columns>
                            <asp:TemplateField HeaderText="选择">

                                <ItemTemplate>
                                    <asp:CheckBox ID="chk" runat="server" AutoPostBack="false" Checked="false" />
                                </ItemTemplate>
                            </asp:TemplateField>
                            <asp:BoundField DataField="PID" HeaderText="编号" >

                            </asp:BoundField>
                            <asp:BoundField DataField="PurviewID" HeaderText="权限编号" >

                            </asp:BoundField>
                            <asp:BoundField DataField="RulesName" HeaderText="角色名" >

                            </asp:BoundField>
                            <asp:BoundField DataField="Depict" HeaderText="权限名" >

                            </asp:BoundField>
                            <asp:BoundField DataField="IsValid" HeaderText="是否具有权限" >

                            </asp:BoundField>
                        </Columns>
                    </asp:GridView></td>
               </tr>
                    <tr>
                    <td align="right"  style="width: 773px; height: 60px; border-right: #9ac4e0 1px solid; border-top: #9ac4e0 1px solid; border-left: #9ac4e0 1px solid; border-bottom: #9ac4e0 1px solid;" valign="bottom" >
                    <asp:Button ID="btnChangeRules" runat="server" OnClick="btnChangeRules_Click" Text="更改权限" style="left: -338px; position: relative; top: -16px" /></td>
                    </tr>
           
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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