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

📄 qx_level.aspx

📁 OA自动化办公系统,就是OA自动化办公系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="qx_level.aspx.cs" EnableEventValidation="false"  Inherits="quanxian_qx_level" %>

<!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>

<style type="text/css">
<!--
.style1 {
	color: #FFFFFF;
	font-size: 13px;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
-->
</style>
<link href="../css/link.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style3 {
	color: #000000;
	font-size: 12px;
}
.style4 {font-size: 12px}
-->
</style>

</head>
<body>
    <form id="form1" runat="server">
    <div style="text-align: center">
    <br /><br /><br /><br />
    <table width="600" border="0" cellpadding="0" cellspacing="1" bgcolor="#5AAE18">
    <tr>
      <td colspan="2"><div align="center" class="style1 style7 style1"><strong>分 配 权 限</strong></div></td>
    </tr>
    <tr>
      <td bgcolor="#FFFFFF" style="width: 313px; height: 135px;">
          <asp:ScriptManager ID="ScriptManager1" runat="server">
          </asp:ScriptManager>
          <asp:UpdatePanel ID="UpdatePanel1" runat="server">
              <ContentTemplate>
                  <asp:Label ID="Label1" runat="server" Text="请选择对象"></asp:Label><asp:DropDownList
                      ID="ddl_bumen" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource1"
                      DataTextField="dept_department" DataValueField="dept_id" OnSelectedIndexChanged="ddl_bumen_SelectedIndexChanged">
                      <asp:ListItem Value="0">请选择部门</asp:ListItem>
                  </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:OA_DBConnectionString %>"
                      SelectCommand="SELECT dept_department, dept_id FROM department"></asp:SqlDataSource>
                  <asp:DropDownList ID="ddl_duixiang" runat="server">
                      <asp:ListItem Value="0">请选择对象</asp:ListItem>
                  </asp:DropDownList>
              </ContentTemplate>
          </asp:UpdatePanel>
        </td>
        <td bgcolor="#FFFFFF" style="height: 135px">
            <asp:DropDownList ID="qx_slelct" runat="server" DataSourceID="SqlDataSource55" DataTextField="pop_popedom" DataValueField="pop_id">
                <asp:ListItem Value="0">请选择对象</asp:ListItem>
            </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource55" runat="server" ConnectionString="<%$ ConnectionStrings:linminchao_OA_DBConnectionString5 %>"
                SelectCommand="SELECT * FROM [popedom]"></asp:SqlDataSource>
            &nbsp;
        </td>
        </tr>
        <tr>
            <td colspan="2" bgcolor="#FFFFFF" style="text-align: center">
            <br />
                <asp:Button ID="Button1" runat="server" Text="更改权限" OnClick="Button1_Click" />
                <asp:Button ID="Button2"  runat="server" Text="取消" />
                <br />
            </td>
        </tr>
        </table>
        <br />
        <br />
        <br />
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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