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

📄 st_userinfoedit.aspx

📁 企业信息管理系统。 适合于学习.net开发出几阶段学习使用
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="ST_khead" Src="ST_khead.ascx" %>
<%@ Register TagPrefix="uc1" TagName="ST_kfoot" Src="ST_kfoot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="ST_kuserleft" Src="ST_kuserleft.ascx" %>
<%@ Page language="c#" Inherits="ST_GROUP.EnterpriseOnlineInfoManage.ST_userinfoedit" CodeFile="ST_userinfoedit.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>ST_userinfoedit</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<LINK href="css/ST_content.css" type="text/css" rel="stylesheet">
		<script language="JavaScript1.2">
function high(which2){
theobject=which2
which2.style.filter="alpha(opacity=40);";
highlighting=setInterval("highlightit(theobject)",50)

}
function low(which2){
clearInterval(highlighting)
which2.style.filter="Gray alpha(opacity=40);";
which2.filters.alpha.opacity=40
}
function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=5
else if (window.highlighting)
clearInterval(highlighting)
}

		</script>
	</HEAD>
	<body leftMargin="0" background="images/bg.gif" topMargin="0" marginwidth="0" marginheight="0">
		<form id="Form1" method="post" runat="server">
			<uc1:ST_khead id="Khead2" runat="server"></uc1:ST_khead></TD>
			<table cellSpacing="0" cellPadding="0" width="780" align="center" bgColor="#ffffff" border="0">
				<tr bgColor="#000000">
					<td vAlign="top" colSpan="3" height="191">
						<table height="191" cellSpacing="0" cellPadding="0" width="100%" border="0">
							<tr>
								<td background="images/topbanner.jpg">&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td vAlign="top" align="center" width="210"><FONT face="宋体">
							<uc1:ST_kuserleft id="Kuserleft1" runat="server"></uc1:ST_kuserleft></FONT></td>
					<td vAlign="top" colSpan="2">
						<table height="120" cellSpacing="1" cellPadding="5" width="550" bgColor="#000000" border="0">
							<tr>
								<td bgColor="#cc3399" height="23"><strong><font color="#ffffff">::用户资料修改::</font></strong></td>
							</tr>
							<tr>
								<td bgColor="#ffffff">
									<TABLE id="Table1" cellSpacing="1" cellPadding="5" width="530" border="0">
										<TR>
											<TD style="WIDTH: 135px" align="right" width="135"><FONT face="宋体"></FONT></TD>
											<TD width="407">&nbsp;
												<asp:Label id="Label1" runat="server" Visible="False" ForeColor="Red">Label</asp:Label></TD>
										</TR>
										<TR>
											<TD style="WIDTH: 135px" align="right" width="135" bgColor="#ff6600">用户名:</TD>
											<TD width="407">&nbsp;
												<asp:textbox id="username" runat="server" CssClass="inputlog"></asp:textbox></TD>
										</TR>
										<TR>
											<TD style="WIDTH: 135px" align="right" bgColor="#ff6600">密 码:</TD>
											<TD>&nbsp;
												<asp:textbox id="password" runat="server" CssClass="inputlog" TextMode="Password"></asp:textbox></TD>
										</TR>
										<TR>
											<TD style="WIDTH: 135px" align="right" bgColor="#ff6600">确认密码:</TD>
											<TD>&nbsp;
												<asp:textbox id="password2" runat="server" CssClass="inputlog" TextMode="Password"></asp:textbox></TD>
										</TR>
										<TR>
											<TD style="WIDTH: 135px" align="right" bgColor="#ff6600">真实姓名:</TD>
											<TD>&nbsp;
												<asp:textbox id="userrname" runat="server" CssClass="inputlog"></asp:textbox></TD>
										</TR>
										<TR>
											<TD style="WIDTH: 135px" align="right" bgColor="#ff6600">联系电话:</TD>
											<TD>&nbsp;
												<asp:textbox id="usertel" runat="server" CssClass="inputlog"></asp:textbox></TD>
										</TR>
										<TR>
											<TD style="WIDTH: 135px" align="right" bgColor="#ff6600">联系地址:</TD>
											<TD>&nbsp;
												<asp:textbox id="useraddr" runat="server" CssClass="inputlog" TextMode="MultiLine"></asp:textbox></TD>
										</TR>
										<TR>
											<TD style="WIDTH: 135px" align="right" bgColor="#ff6600">&nbsp;</TD>
											<TD>&nbsp;
												<asp:button id="Button1" runat="server" CssClass="inputlog" Width="120px" Text="修改" onclick="Button1_Click"></asp:button></TD>
										</TR>
									</TABLE>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td height="4">&nbsp;</td>
					<td width="285">&nbsp;</td>
					<td width="281">&nbsp;</td>
				</tr>
				<tr>
					<td colSpan="3" height="42">
					</td>
				</tr>
				<tr>
					<td colSpan="3">&nbsp;</td>
				</tr>
			</table>
			<uc1:ST_kfoot id="Kfoot2" runat="server"></uc1:ST_kfoot></form>
	</body>
</HTML>

⌨️ 快捷键说明

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