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

📄 profileadmin.ascx

📁 这是我编的一小软件。请等级等待指教。呵呵。ASP的
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ProfileAdmin.ascx.cs" Inherits="Seaskyer.WebApp.skyNews.Pages.UserMSC.ProfileAdmin" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ Register TagPrefix="uc1" TagName="UserMenu"		Src="CUserControls/UserMenu.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Header"		Src="CUserControls/UserMSC_Header.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Footer"		Src="../CUserControls/Footer.ascx" %>
<uc1:Header id="Header1" runat="server"></uc1:Header>

<table id="navsub" class="twidth" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="l"></td>
<td class="m">
	&nbsp;<a href="/skyNews/Index.aspx"><%= config["siteName"]%></a> → <a href="/skyNews/UserMSC.aspx">用户管理中心</a> → <%= lang.AppName%>
</td>
<td class="r"></td>
</tr>
</table>



<form id="Form1" runat="server">
<table id="mainBody" class="twidth" cellpadding="0" cellspacing="0" align="center">
<tr>
<td valign="top" style="padding-top:5px;">

	<table class="awidth" cellpadding="0" cellspacing="0" border="0" align="center">
	<tr align="left" valign="top">
	<td width="1">

	<!-- Left Tag Begin-->


	<uc1:UserMenu id="UserMenu1" runat="server"></uc1:UserMenu>



	<!-- Left Tag End-->
	</td>
	<td valign="top">
	<!-- Right Tag Begin -->

		<div class="mframe">
		<table width="100%" cellspacing="0" cellpadding="0"><tr><td class="tl"></td>
		<td class="tm">
			<table width="100%" cellpadding="0" cellspacing="0">
			<tr>
			<td><span class="tt">&gt;&gt; <%= lang.AppName%></span></td>
			<td align="right">&nbsp;</td>
			</tr>
			</table>
		</td>
		<td class="tr"></td></tr></table>
		
		<table width="100%" cellspacing="0" cellpadding="0"><tr><td class="ml"></td>
		<td class="mm">
		<!-- Content -->

	<table width="98%" align="center">
	<tr><td colspan="2" class="summary-title" align="center">
		填写个人详细资料
	</td></tr>
	<tbody>
	<tr><td width="150px">
		<strong>姓名:</strong>
	</td><td>
		<asp:TextBox id="realname" Columns="20" MaxLength="100" runat="server"/>
	</td></tr>
	<tr><td>
		<strong>性别:</strong>
	</td><td>
		<asp:RadioButtonList id="male"
			RepeatDirection="Horizontal"
			runat="server">
			<asp:ListItem Value="1" Text="男" Selected="True"/>
			<asp:ListItem Value="0" Text="女"/>
		</asp:RadioButtonList>
	</td></tr>
	<tr><td>
		<strong>Email是否公开:</strong>
	</td><td>
		<asp:CheckBox id="hideEmail" Text="保密" runat="server"/>
	</td></tr>
	<tr><td>
		<strong>生日:</strong>
	</td><td>
		<asp:TextBox id="birthYear" Columns="4" MaxLength="4" runat="server"/>
		年<asp:RegularExpressionValidator
			ControlToValidate="birthYear"
			ValidationExpression="\d+"
			ErrorMessage="*"
			runat="server"
			ID="Regularexpressionvalidator5"/>
		<asp:DropDownList id="birthMonth" runat="server">
			<asp:ListItem Value="--" Text="--" />
			<asp:ListItem Value="1" Text="1" />
			<asp:ListItem Value="2" Text="2" />
			<asp:ListItem Value="3" Text="3" />
			<asp:ListItem Value="4" Text="4" />
			<asp:ListItem Value="5" Text="5" />
			<asp:ListItem Value="6" Text="6" />
			<asp:ListItem Value="7" Text="7" />
			<asp:ListItem Value="8" Text="8" />
			<asp:ListItem Value="9" Text="9" />
			<asp:ListItem Value="10" Text="10" />
			<asp:ListItem Value="11" Text="11" />
			<asp:ListItem Value="12" Text="12" />
		</asp:DropDownList>
		<asp:DropDownList id="birthDay" runat="server">
			<asp:ListItem Value="--" Text="--" />
			<asp:ListItem Value="1" Text="1" />
			<asp:ListItem Value="2" Text="2" />
			<asp:ListItem Value="3" Text="3" />
			<asp:ListItem Value="4" Text="4" />
			<asp:ListItem Value="5" Text="5" />
			<asp:ListItem Value="6" Text="6" />
			<asp:ListItem Value="7" Text="7" />
			<asp:ListItem Value="8" Text="8" />
			<asp:ListItem Value="9" Text="9" />
			<asp:ListItem Value="10" Text="10" />
			<asp:ListItem Value="11" Text="11" />
			<asp:ListItem Value="12" Text="12" />
			<asp:ListItem Value="13" Text="13" />
			<asp:ListItem Value="14" Text="14" />
			<asp:ListItem Value="15" Text="15" />
			<asp:ListItem Value="16" Text="16" />
			<asp:ListItem Value="17" Text="17" />
			<asp:ListItem Value="18" Text="18" />
			<asp:ListItem Value="19" Text="19" />
			<asp:ListItem Value="20" Text="20" />
			<asp:ListItem Value="21" Text="21" />
			<asp:ListItem Value="22" Text="22" />
			<asp:ListItem Value="23" Text="23" />
			<asp:ListItem Value="24" Text="24" />
			<asp:ListItem Value="25" Text="25" />
			<asp:ListItem Value="26" Text="26" />
			<asp:ListItem Value="27" Text="27" />
			<asp:ListItem Value="28" Text="28" />
			<asp:ListItem Value="29" Text="29" />
			<asp:ListItem Value="30" Text="30" />
			<asp:ListItem Value="31" Text="31" />
		</asp:DropDownList>
	</td></tr>
	<tr><td>
		<strong>相片:</strong>
	</td><td>
		<asp:TextBox id="photo" Columns="20" MaxLength="255" runat="server"/>
	</td></tr>
	<tr><td>
		<strong>血型:</strong>
	</td><td>
		<asp:DropDownList id="bloodtype" runat="server">
			<asp:ListItem Value="--" Text="--" />
			<asp:ListItem Value="A" Text="A"/>
			<asp:ListItem Value="B" Text="B"/>
			<asp:ListItem Value="O" Text="O"/>
			<asp:ListItem Value="AB" Text="AB"/>
		</asp:DropDownList>
	</td></tr>
	<tr><td>
		<strong>国家:</strong>
	</td><td>
		<asp:TextBox id="country" Columns="20" MaxLength="100" runat="server"/>
	</td></tr>
	<tr><td>
		<strong>省/自治区:</strong>
	</td><td>
		<asp:TextBox id="province" Columns="20" MaxLength="100" runat="server"/>
	</td></tr>
	<tr><td>
		<strong>市:</strong>
	</td><td>
		<asp:TextBox id="city" Columns="20" MaxLength="100" runat="server"/>
	</td></tr>
	<tr><td>
		<strong>电话:</strong>
	</td><td>
		<asp:TextBox id="phone" Columns="20" MaxLength="100" runat="server"/>
	</td></tr>
	<tr><td>
		<strong>QQ:</strong>
	</td><td>
		<asp:TextBox id="qq" MaxLength="20" Columns="20" runat="server"/>
		<asp:RegularExpressionValidator
			ControlToValidate="qq"
			ValidationExpression="\d+"
			Display="Dynamic"
			ErrorMessage="*"
			runat="server"
			ID="Regularexpressionvalidator2"/>
	</td></tr>
	<tr><td>
		<strong>ICQ:</strong>
	</td><td>
		<asp:TextBox id="icq" MaxLength="20" Columns="20" runat="server"/>
		<asp:RegularExpressionValidator
			ControlToValidate="icq"
			ValidationExpression="\d+"
			ErrorMessage="*"
			Display="Dynamic"
			runat="server"
			ID="Regularexpressionvalidator3"/>
	</td></tr>
	<tr><td>
		<strong>MSN:</strong>
	</td><td>
		<asp:TextBox id="msn" MaxLength="100" Columns="20" runat="server"/>
		<asp:RegularExpressionValidator
			ControlToValidate="msn"
			ValidationExpression="(\w[0-9a-zA-Z_-]*@(\w[0-9a-zA-Z-]*\.)+\w{2,})"
			ErrorMessage="*"
			Display="Dynamic"
			runat="server"
			ID="Regularexpressionvalidator4"/>
	</td></tr>
	<tr><td>
		<strong>联系地址:</strong>
	</td><td>
		<asp:TextBox id="address" Columns="50" MaxLength="100" runat="server"/>
	</td></tr>
	<tr><td>
		<strong>邮编:</strong>
	</td><td>
		<asp:TextBox id="postcode" Columns="10" MaxLength="10" runat="server"/>
	</td></tr>
	<tr><td>
		<strong>职业:</strong>
	</td><td>
		<asp:DropDownList id="job" runat="server">
		<asp:ListItem Value="财会/金融">财会/金融</asp:ListItem>
		<asp:ListItem Value="工程师">工程师</asp:ListItem>
		<asp:ListItem Value="顾问">顾问</asp:ListItem>
		<asp:ListItem Value="计算机相关行业">计算机相关行业</asp:ListItem>
		<asp:ListItem Value="家庭主妇">家庭主妇</asp:ListItem>
		<asp:ListItem Value="教育/培训">教育/培训</asp:ListItem>
		<asp:ListItem Value="客户服务/支持">客户服务/支持</asp:ListItem>
		<asp:ListItem Value="零售商/手工工人">零售商/手工工人</asp:ListItem>
		<asp:ListItem Value="退休">退休</asp:ListItem>
		<asp:ListItem Value="无职业">无职业</asp:ListItem>
		<asp:ListItem Value="销售/市场/广告">销售/市场/广告</asp:ListItem>
		<asp:ListItem Value="学生">学生</asp:ListItem>
		<asp:ListItem Value="研究和开发">研究和开发</asp:ListItem>
		<asp:ListItem Value="一般管理/监督">一般管理/监督</asp:ListItem>
		<asp:ListItem Value="政府/军队">政府/军队</asp:ListItem>
		<asp:ListItem Value="执行官/高级管理">执行官/高级管理</asp:ListItem>
		<asp:ListItem Value="制造/生产/操作">制造/生产/操作</asp:ListItem>
		<asp:ListItem Value="专业人员">专业人员</asp:ListItem>
		<asp:ListItem Value="自雇/业主,其他">自雇/业主,其他</asp:ListItem>
		</asp:DropDownList>
	</td></tr>
	<tr><td>
		<strong>学历:</strong>
	</td><td>
		<asp:DropDownList id="edu" runat="server">
		<asp:ListItem Value="小学">小学</asp:ListItem>
		<asp:ListItem Value="初中">初中</asp:ListItem>
		<asp:ListItem Value="高中">高中</asp:ListItem>
		<asp:ListItem Value="大学">大学</asp:ListItem>
		<asp:ListItem Value="硕士">硕士</asp:ListItem>
		<asp:ListItem Value="博士">博士</asp:ListItem>
		</asp:DropDownList>
	</td></tr>
	<tr><td>
		<strong>毕业学校:</strong>
	</td><td>
		<asp:TextBox id="school" Columns="20" MaxLength="100" runat="server"/>
	</td></tr>
	<tr><td>
		<strong>自我简介:</strong>
	</td><td>
		<asp:TextBox id="introduction"
			TextMode="MultiLine"
			Columns="40"
			Rows="4"
			runat="server"/>
	</td></tr>
	<tr><td colspan="2" height="30" align="center">
		<asp:Button id="btReg" Text="修 改" runat="server"/>
	</td></tr>
	</table>




		</td>
		<td class="mr"></td></tr></table>
		<table width="100%" cellspacing="0" cellpadding="0"><tr><td class="bl"></td><td class="bm">&nbsp;</td><td class="br"></td></tr></table>
		</div>

	<!-- Right Tag End -->
	</td>
	</tr>
	</table>



</td>
</tr>
</table>
</form>

<uc1:Footer id="Footer1" runat="server"></uc1:Footer>

⌨️ 快捷键说明

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