📄 admin_sharerole.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="admin_ShareRole.aspx.cs" Inherits="admin_roleManage" %>
<!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="css.css" type="text/css" rel="Stylesheet" />
</head>
<body style="margin:0 0 2 0">
<form id="form1" runat="server">
<div>
<table style="width: 100%; border-collapse:collapse" border="1" borderColor="#BED393">
<tr>
<td colspan="2" align="center" style=" background-color:#EDF3E1">
<font size="3px">角色分配</font></td>
</tr>
<tr>
<td align="right" width="42%">
部门:</td>
<td>
<asp:DropDownList ID="dropdepartment" runat="server" AutoPostBack="true" Width="100px" OnSelectedIndexChanged="dropdepartment_SelectedIndexChanged">
</asp:DropDownList></td>
</tr>
<tr>
<td align="right">
选择员工姓名:</td>
<td>
<asp:ListBox ID="listname" runat="server" Height="129px" Width="180px">
</asp:ListBox></td>
</tr>
<tr>
<td align="right">
选择员工权限:</td>
<td>
<asp:ListBox ID="listrole" runat="server" Height="74px" Width="180px"></asp:ListBox></td>
</tr>
<tr>
<td colspan="2" align="center" style="height: 26px">
<asp:Button ID="btnshare" runat="server" Text="确定分配" OnClick="btnshare_Click" />
<asp:Button ID="btncancel" runat="server" Text="取消" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -