📄 eitddeprtmanager.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EitdDeprtManager.aspx.cs"
Inherits="PersonManage_EitdDeprtManager" %>
<!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/childrenMainDivCss.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div style="width: 35%; text-align: left; float: left">
</div>
<div style="width: 39%; text-align: left; float: left">
部门名称:<br />
<asp:TextBox ID="txtDepartName" runat="server" CssClass="inputCss" Width="240px"></asp:TextBox>
<asp:RequiredFieldValidator ID="rfvDepartName" runat="server" ErrorMessage="非空" Style="position: relative"
ControlToValidate="txtDepartName" Display="Dynamic"></asp:RequiredFieldValidator><br />
所属机构:<br />
<asp:DropDownList ID="ddlBranch" runat="server" CssClass="ddlCss" Style="position: relative"
Width="231px" DataSourceID="odsCompany" DataTextField="BranchName" DataValueField="BranchId">
</asp:DropDownList><asp:ObjectDataSource ID="odsCompany" runat="server" SelectMethod="GetAllModels"
TypeName="BLL.BranchInfoManager"></asp:ObjectDataSource>
<br />
<br />
部门负责人:<br />
<asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="ObjUserManager"
DataTextField="UserId" DataValueField="UserId" Width="131px">
</asp:DropDownList>
<asp:ObjectDataSource ID="ObjUserManager" runat="server" SelectMethod="GetAllModels"
TypeName="SQLServerDAL.UserInfoService"></asp:ObjectDataSource>
<br />
联系电话:<br />
<asp:TextBox ID="txtConnectTelNo" runat="server" CssClass="inputCss" Width="240px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="非空"
Style="position: relative" ControlToValidate="txtConnectTelNo" Display="Dynamic"></asp:RequiredFieldValidator>
<br />
移动电话:<br />
<asp:TextBox ID="txtMobileTelNo" runat="server" CssClass="inputCss" Width="240px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ErrorMessage="非空"
Style="position: relative" ControlToValidate="txtMobileTelNo" Display="Dynamic"></asp:RequiredFieldValidator>
<br />
传真:<br />
<asp:TextBox ID="txtFaxes" runat="server" CssClass="inputCss" Width="240px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ErrorMessage="非空"
Style="position: relative" ControlToValidate="txtFaxes" Display="Dynamic"></asp:RequiredFieldValidator>
<br />
<br />
<input type="button" id="btnSave" runat="server" class="buttonCss"
value="保存部门信息" height="22px" width="54px" style="height: 23px" onserverclick="btnSave_ServerClick" />
<input type="button" id="btnReturn" runat="server" class="buttonCss" value="返回" style="height: 23px;
left: 20px; position: relative; width: 98px; top: 1px;" onserverclick="btnReturn_ServerClick"
causesvalidation="false" /></div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -