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

📄 admin_message_send.aspx

📁 C# 论坛 accesss数据库,支持SQL2000
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Admin_Message_Send.aspx.cs" AutoEventWireup="false" Inherits="Forum.Admin_Message_Send" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Admin_Message_Send</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<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="Forum.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Admin_Message_Send" method="post" runat="server">
			<asp:table id="Table1" runat="server" Width="97%" CellSpacing="1" CellPadding="4" HorizontalAlign="Center">
				<asp:TableRow AccessKey="H">
					<asp:TableCell ColumnSpan="6">短消息
<asp:Label id="InfoText" runat="server"></asp:Label>
					</asp:TableCell>
				</asp:TableRow>
				<asp:TableRow AccessKey="B">
					<asp:TableCell Width="10%" HorizontalAlign="Right">收件人:</asp:TableCell>
					<asp:TableCell Width="90%">
						<asp:DropDownList ID="Friend" Runat="server">
							<asp:ListItem Text="所有用户" Value="all"></asp:ListItem>
							<asp:ListItem Text="在线有户" Value="online"></asp:ListItem>
						</asp:DropDownList>
					</asp:TableCell>
				</asp:TableRow>
				<asp:TableRow AccessKey="B">
					<asp:TableCell Width="10%" HorizontalAlign="Right">消息标题:</asp:TableCell>
					<asp:TableCell Width="90%" ColumnSpan="5">
						<asp:TextBox ID="sTitle" Runat="server" Columns="80"></asp:TextBox>
						<asp:RequiredFieldValidator id="RequiredFieldValidator2" runat="server" ErrorMessage="消息标题不能为空" Display="None" ControlToValidate="sTitle"></asp:RequiredFieldValidator>
					</asp:TableCell>
				</asp:TableRow>
				<asp:TableRow AccessKey="B">
					<asp:TableCell Width="10%" HorizontalAlign="Right" VerticalAlign="Top">消息正文:</asp:TableCell>
					<asp:TableCell Width="90%" ColumnSpan="5">
						<asp:TextBox ID="sBody" Runat="server" TextMode="MultiLine" Columns="80" Rows="8"></asp:TextBox>
					</asp:TableCell>
				</asp:TableRow>
			</asp:table>
			<TABLE width="100%">
				<TR>
					<TD align="middle">
						<asp:Button id="Send" Text="发  送" Runat="server"></asp:Button>
						<INPUT type="reset" value="清  除">
					</TD>
				</TR>
			</TABLE>
			<asp:ValidationSummary id="ValidationSummary1" runat="server" DisplayMode="List" ShowMessageBox="True" ShowSummary="False"></asp:ValidationSummary>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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