📄 employeeselfin.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/style/MasterPage.master" AutoEventWireup="true"
CodeFile="EmployeeSelfIn.aspx.cs" Inherits="Personal_EmployeeSelfIn" Title="修改员工个人资料 - 杰邦教学管理系统" %>
<%@ Register TagPrefix="Person" Src="~/uctl/PersonInput.ascx" TagName="uctl_PersonInput" %>
<%@ Register TagPrefix="DualList" Src="~/uctl/SC.ascx" TagName="DualList" %>
<%@ Register TagPrefix="JControls" TagName="TypeList" Src="~/uctl/StandardChoice.ascx" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<div id="divInput" style="z-index: 103; left: 0px; width: 480px; position: absolute;
top: 1px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="titlebar" style="height: 24px">
<asp:Label ID="lblMessageResult" runat="server"></asp:Label></td>
</tr>
<tr>
<td>
<Person:uctl_PersonInput ID="PersonInput" runat="server" />
</td>
</tr>
</table>
<table width="100%">
<tr>
<td style="width: 80px; height: 24px;" align="right">
职务:</td>
<td>
<JControls:TypeList ID="tpZhiWu" runat="server" Enabled="false" RootName="职务"></JControls:TypeList>
</td>
</tr>
<tr>
<td align="right">
所属部门:</td>
<td>
<asp:DropDownList ID="tpBuMen" runat="server" DataSourceID="SqlDataSource1"
DataTextField="theName" DataValueField="theID" Enabled="False">
</asp:DropDownList></td>
</tr>
<tr>
<td align="right">
</td>
<td>
<asp:Button ID="btnOK" Text="保存" runat="server" OnClick="btnOK_Click" />
</td>
</tr>
</table>
</div>
<div id="divChoice" style="z-index: 105; left: 486px; width: 48%; position: absolute;
top: 1px;">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td class="titlebar" style="height: 24px; width: 377px;">
修改登录密码</td>
</tr>
<tr>
<td style="width: 377px; height: 100px">
<table>
<tr>
<td align="right" style="height: 17px">
</td>
<td style="width: 100px; height: 17px">
</td>
</tr>
<tr>
<td align="right" style="height: 17px">
原密码:</td>
<td style="width: 100px; height: 17px">
<asp:TextBox ID="txtOldPass" runat="server" TextMode="Password"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 100px; height: 28px;">
新密码:</td>
<td style="width: 100px; height: 28px;">
<asp:TextBox ID="txtNewPass1" runat="server" TextMode="Password"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 100px; height: 15px">
确认新密码:</td>
<td style="width: 100px; height: 15px">
<asp:TextBox ID="txtNewPass2" runat="server" TextMode="Password"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 100px">
</td>
<td style="width: 100px">
<asp:Button ID="btnChgPass" runat="server" Text="确认修改" OnClick="btnChgPass_Click" CausesValidation="False" /></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div style="z-index: 104; left: 498px; width: 352px; position: absolute; top: 200px;
height: 79px" id="divErrMsg">
<asp:Label ID="ErrMsg" runat="server" Text=""></asp:Label>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:keke100ConnectionString %>"
SelectCommand="p_ListAllDepartment" SelectCommandType="StoredProcedure">
</asp:SqlDataSource>
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -