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

📄 commitregister.aspx

📁 ASP.NET网络编程从入门到精通书的源代码资料
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CommitRegister.aspx.cs" Inherits="Desktop_CommitRegister" %>

<!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/BaseCss.css" type="text/css" rel="stylesheet" />
</head>
	<body style="margin-left:0;margin-top:0">
		<form id="MyForm" method="post" runat="server">
			<table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse;" width="100%">
				<tr style="height: 30px;">
					<td class="Text" style="background-color: #6666ff; width: 3%;"><font color="#006699" size="3"><img alt="" src="../../Images/moduleheaher.gif" width="16" height="16"></font></td>
					<td class="Text" style="background-color: #6666ff;"><b>确认新用户注册信息</b></td>
				</tr>
			</table>
			<table class="Text" bordercolor="#006699" style="border-collapse:collapse;border-color:ActiveCaption;border-width:1" width="100%" border="1">
				<tr>
					<td colspan="2">下面是必填内容:</td>
				</tr>
				<tr>
					<td colspan="2"><hr /></td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						用户名称:</td>
					<td align="left" style="height: 30px;">
						&nbsp;<asp:Label ID="UserName" runat="server" Width="100%"></asp:Label></td>
				</tr>				
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						用户密码:</td>
					<td align="left" style="height: 30px;">
						&nbsp;<asp:Label ID="Password" runat="server" Width="100%"></asp:Label></td>
				</tr>				
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						电子邮件:</td>
					<td align="left" style="height: 30px;">
						&nbsp;
						<asp:Label ID="Email" runat="server" Width="100%"></asp:Label></td>
				</tr>
				<tr>
					<td colspan="2" style="height: 17px">下面是选填内容:</td>
				</tr>
				<tr>
					<td colspan="2"><hr /></td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						真实名称:</td>
					<td align="left" style="height: 30px;">
						&nbsp;<asp:Label ID="RealName" runat="server" Width="100%"></asp:Label></td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						联系地址:</td>
					<td align="left" style="height: 30px;">
						&nbsp;<asp:Label ID="Address" runat="server" Width="100%"></asp:Label></td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						联系电话:</td>
					<td align="left" style="height: 30px;">
						&nbsp;<asp:Label ID="Phone" runat="server" Width="100%"></asp:Label></td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						移动电话:</td>
					<td align="left" style="height: 30px;">
						&nbsp;<asp:Label ID="Mobile" runat="server" Width="100%"></asp:Label></td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						备注信息:</td>
					<td align="left" style="height: 30px;"><%=Remark %>
						&nbsp;</td>
				</tr>
				<tr style="height: 30px;">
					<td align="right" style="width: 150px">&nbsp;</td>
					<td align="left"><asp:button id="SureBtn" runat="server" Width="100px" CssClass="ButtonCss" Text="确定" OnClick="SureBtn_Click"></asp:button><font face="宋体">&nbsp;&nbsp;&nbsp;
						</font>
						<asp:button id="ReturnBtn" runat="server" Width="100px" CssClass="ButtonCss" Text="返回上一步"
							CausesValidation="False" OnClick="ReturnBtn_Click"></asp:button></td>
				</tr>
			</table>
		</form>
	</body>
</html>

⌨️ 快捷键说明

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