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

📄 mailstu.aspx

📁 ASP开发的非常简洁的在线报名系统。这个代码在网上很流行
💻 ASPX
字号:
<%@ Register TagPrefix="iewc" 
         Namespace="Microsoft.Web.UI.WebControls" 
         Assembly="Microsoft.Web.UI.WebControls" %>
<%@ Page language="c#" Codebehind="mailstu.aspx.cs" AutoEventWireup="false" Inherits="baoming.admin.mailstu" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>学科管理</title>
		<meta content="SharePoint.WebPartPage.Document" name="ProgId">
		<meta content="full" name="WebPartPageExpansion">
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="css/style.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<table id="table1" cellPadding="2" width="100%" bgColor="#e4eaf2" border="0">
				<tr>
					<td bgColor="#ffffff">
						<table style="WIDTH: 100%; HEIGHT: 24px">
							<tr>
								<td class="header" height="20" colspan="2">
									&nbsp;邮件群发</td>
							</tr>
							<tr>
								<td valign="top" align="left">
									<iewc:TreeView id="TreeView1" runat="server" ShowToolTip="False" ExpandLevel="2"></iewc:TreeView></td>
								<td align="left" valign="top" bgcolor="#e4eaf2"><asp:Panel id="Panel1" runat="server" Height="312px" Width="100%"><FONT face="宋体">
											<TABLE id="Table2" style="WIDTH: 100%; HEIGHT: 64px" cellSpacing="0" cellPadding="0" border="0">
												<TR>
													<TD style="WIDTH: 52px; HEIGHT: 20px"></TD>
													<TD style="WIDTH: 55px; HEIGHT: 20px">
														<asp:Label id="Label3" runat="server">收件人:</asp:Label></TD>
													<TD style="WIDTH: 148px; HEIGHT: 20px">
														<asp:TextBox id="txtTo" runat="server" Width="200px"></asp:TextBox></TD>
													<TD style="HEIGHT: 20px">
														<asp:CheckBox id="CheckBox1" runat="server" AutoPostBack="True" Text="所选分类所有人"></asp:CheckBox></TD>
												</TR>
												<TR>
													<TD style="WIDTH: 52px; HEIGHT: 21px"></TD>
													<TD style="WIDTH: 55px; HEIGHT: 21px"><FONT face="宋体">
															<asp:Label id="Label4" runat="server">抄 送:</asp:Label></FONT></TD>
													<TD style="WIDTH: 148px; HEIGHT: 21px"><FONT face="宋体">
															<asp:TextBox id="txtCC" runat="server" Width="200px"></asp:TextBox></FONT></TD>
													<TD style="HEIGHT: 21px"><FONT face="宋体"></FONT></TD>
												</TR>
												<TR>
													<TD style="WIDTH: 52px"></TD>
													<TD style="WIDTH: 55px"><FONT face="宋体">
															<asp:Label id="Label5" runat="server">主 题:</asp:Label></FONT></TD>
													<TD style="WIDTH: 148px"><FONT face="宋体">
															<asp:TextBox id="txtSubject" runat="server" Width="200px"></asp:TextBox></FONT></TD>
													<TD><FONT face="宋体"></FONT></TD>
												</TR>
												<TR>
													<TD style="WIDTH: 52px; HEIGHT: 14px"></TD>
													<TD style="WIDTH: 55px; HEIGHT: 14px">
														<asp:Label id="Label6" runat="server">发件人:</asp:Label></TD>
													<TD style="WIDTH: 230px; HEIGHT: 14px">
														<asp:TextBox id="txtFrom" runat="server" Width="200px"></asp:TextBox>
														<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="请写发件人!" ControlToValidate="txtFrom">*</asp:RequiredFieldValidator></TD>
													<TD style="HEIGHT: 14px"><FONT face="宋体">
															<asp:Label id="Label1" runat="server">优先级</asp:Label>
															<asp:DropDownList id="DropDownList1" runat="server">
																<asp:ListItem Value="高">高</asp:ListItem>
																<asp:ListItem Value="正常">正常</asp:ListItem>
																<asp:ListItem Value="低">低</asp:ListItem>
															</asp:DropDownList></FONT></TD>
												</TR>
												<TR>
													<TD style="WIDTH: 52px"></TD>
													<TD style="WIDTH: 55px" vAlign="top" align="left"><FONT face="宋体">
															<asp:Label id="Label7" runat="server">内 容:</asp:Label></FONT></TD>
													<TD style="WIDTH: 167px" colSpan="2"><FONT face="宋体">
															<asp:TextBox id="txtBody" runat="server" Width="376px" Height="168px" TextMode="MultiLine"></asp:TextBox></FONT></TD>
												</TR>
												<TR>
													<TD style="WIDTH: 52px"></TD>
													<TD style="WIDTH: 55px" vAlign="top" align="left">
														<asp:Label id="Label8" runat="server">附 件:</asp:Label></TD>
													<TD style="WIDTH: 167px" colSpan="2"><FONT face="宋体"><INPUT id="File1" style="WIDTH: 264px; HEIGHT: 20px" type="file" size="24" name="File1"
																runat="server"></FONT></TD>
												</TR>
												<TR>
													<TD style="WIDTH: 52px"></TD>
													<TD style="WIDTH: 55px" vAlign="top" align="left"></TD>
													<TD style="WIDTH: 167px" colSpan="2"><FONT face="宋体"></FONT></TD>
												</TR>
												<TR>
													<TD style="WIDTH: 52px"></TD>
													<TD style="WIDTH: 55px" vAlign="top" align="left">
														<asp:Button id="btnSend" runat="server" Width="48px" Text="发送" Enabled="False"></asp:Button></TD>
													<TD style="WIDTH: 167px" colSpan="2"><INPUT type="reset" value="重写"></TD>
												</TR>
											</TABLE>
										</FONT>
										<asp:ValidationSummary id="ValidationSummary1" runat="server"></asp:ValidationSummary>
									</asp:Panel></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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