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

📄 rolerightmanage.aspx

📁 CRM管理系统 CRM管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RoleRightManage.aspx.cs" Inherits="SystemManage_RightLeft" %>

<%@ Register Assembly="MagicAjax" Namespace="MagicAjax.UI.Controls" TagPrefix="ajax" %>

<!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>
    <link href="../SystemManage/css/style.css" rel="stylesheet" type="text/css" />
</head>
<body  style="background-color:#F7F7F7;width:98%;">
    <form id="form1" runat="server">
    <div>
     <table border="0" width="100%" cellpadding="0" cellspacing="0">
             <tr>
                <td  class="p1" colspan="3">
                 <strong>系统管理-权限管理</strong>
                    </td>
            </tr>
                <tr>
                <td style="height: 25px; text-align:right;" colspan="3">
                    &nbsp;
                    </td>
            </tr>
            <tr>
                <td colspan="1" style="height: 12px; width: 207px; vertical-align:top;">
                 <ajax:AjaxPanel ID="AjaxPanel2" runat="server" Width="100%">
                     
                    <asp:GridView ID="gvRole" runat="server" BackColor="White" BorderColor="#E7E7FF"
                        BorderStyle="None" BorderWidth="1px" CellPadding="3" Width="100%" AutoGenerateColumns="False"  OnSelectedIndexChanged="gvRole_SelectedIndexChanged">
                        <FooterStyle BackColor="#B5C7DE" ForeColor="#4A3C8C" />
                        <RowStyle BackColor="#E7E7FF" ForeColor="#4A3C8C" Height="16px" />
                        <SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="#F7F7F7" />
                        <PagerStyle BackColor="#E7E7FF" ForeColor="#4A3C8C" HorizontalAlign="Right" />
                        <HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#F7F7F7" />
                        <AlternatingRowStyle BackColor="#F7F7F7"  Height="16px"/>
                        <Columns>
                       
                            <asp:TemplateField HeaderText="角色名称">

                                <ItemTemplate>
                                <%# DataBinder.Eval(Container.DataItem, "role_name")%>

                                </ItemTemplate>
                            </asp:TemplateField>
                            <asp:CommandField ShowSelectButton="True"  SelectText="选择"  >
                                <ItemStyle Width="40px" />
                            </asp:CommandField>
    
                        </Columns>
                    </asp:GridView>
                   
                        </ajax:AjaxPanel></td>
                 <td colspan="2" style="height: 12px; vertical-align:top; ">
                  <ajax:AjaxPanel ID="AjaxPanel1" runat="server" Width="100%" AjaxCallConnection="Synchronous">
                  <table width="100%" border="0" cellpadding="0" cellspacing="0">
                 <tr>
                <td style="height: 21px; background-color:#4A3C8C; " colspan="3">
                    &nbsp;<asp:Label ID="lblRoleName" runat="server" Text="Label" Font-Bold="True" ForeColor="White"></asp:Label>
                    <asp:Label ID="lblRoleId" runat="server" Visible="false" Text="0"></asp:Label></td>
            </tr>
             <tr>
                <td style="height: 25px; text-align:left;" colspan="3">
                 
                   <asp:TreeView ID="tvMenu" runat="server" ShowCheckBoxes="Leaf" ShowLines="True" Width="100%" AutoGenerateDataBindings="False">
        </asp:TreeView>
                    </td>
            </tr>
              <tr>
                <td style="height: 25px; text-align:left;" colspan="3">
                   
                    <asp:Button ID="btnSave" runat="server" OnClick="btnSave_Click" Text=" 保 存 " />
                    
                    </td>
            </tr>
            </table>
        </ajax:AjaxPanel>
                 </td>
            </tr>

        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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