addmutilreply.aspx

来自「留言板 dreamweaver 完整程序 access数据库 有文档」· ASPX 代码 · 共 47 行

ASPX
47
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AddMutilReply.aspx.cs" Inherits="AddMutilReply" %>

<!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>第10章:留言板===回复留言</title>
	<link href="ASPNET2.0BaseCss.css" type="text/css" rel="stylesheet" />
</head>
<body>
    <form id="form1" runat="server">
    <table class="GbText" style="BORDER-COLLAPSE: collapse; border-right: #ccccff thin solid; border-top: #ccccff thin solid; border-left: #ccccff thin solid; border-bottom: #ccccff thin solid;" borderColor="#93bee2" cellSpacing="0"
		cellPadding="2" width="100%" border="1">
		<tr>
			<td colspan="2"><font class="HeaderText">回复多条留言</font></td>
		</tr>
		<tr>
			<td colspan="2"><hr style="font-size: 1pt;" /></td>
		</tr>
		<tr style="line-height:2;" valign="top">
			<td style="width:150" align="right">需要回复留言的标题:</td>
			<td>
				<asp:ListBox ID="LeavewordList" runat="server" Enabled="False" Height="100px" Width="300px">
				</asp:ListBox></td>
		</tr>		
		<tr style="line-height:2;">
			<td style="width:150" align="right" valign="top">回复内容:</td>
			<td><asp:textbox id="Body" runat="server" Width="300px" CssClass="InputCss" Height="50px" TextMode="MultiLine"></asp:textbox>		
				<asp:RequiredFieldValidator ID="rfB" runat="server" ControlToValidate="Body"
					CssClass="GbText" Display="Dynamic" ErrorMessage="内容不能为空!"></asp:RequiredFieldValidator></td>
		</tr>		
		<tr style="line-height:2;">
			<td style="width:150" align="right"></TD>
			<td align="left"><FONT face="宋体">&nbsp;</FONT></td>
		</tr>
		<tr style="line-height:2;">
			<td style="width:150" width="150" align="right"></TD>
			<td align="left"><FONT face="宋体">&nbsp;</FONT><asp:Button ID="AddBtn" runat="server" Text="确定" Width="100px" CssClass="ButtonCss" OnClick="AddBtn_Click" /><FONT face="宋体">&nbsp;</FONT><asp:Button ID="ReturnBtn" runat="server" Text="返回" Width="100px" CssClass="ButtonCss" OnClick="ReturnBtn_Click" CausesValidation="False" /></td>
		</tr>
		<tr>
			<td></td>
		</tr>
    </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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