📄 message.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Message.aspx.cs" Inherits="Admin_Message" %>
<!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 id="Head1" runat="server">
<title>无标题页</title>
<link href="Image/Admin.css" rel="stylesheet" />
</head>
<body>
<form id="form1" runat="server">
<div>
<br /><div id="CommonBody"><br />
数据库共<asp:Literal ID="ltlCount" runat="server"></asp:Literal> 条短讯息
<br /><br />
<table cellspacing="1" cellpadding="5" width="70%" border="0" id="CommonListArea" align="center">
<tbody>
<tr id="CommonListTitle">
<td align="center">批量删除短消息</td>
</tr>
<tr id="CommonListCell">
<td align="center" style="background-color:#FFF">批量删除
<asp:TextBox ID="txtUserName" runat="server" ValidationGroup="1"></asp:TextBox>
<asp:RequiredFieldValidator ID="rfv1" runat="server" ControlToValidate="txtUserName"
Display="Dynamic" ValidationGroup="1">*</asp:RequiredFieldValidator>的短讯息
<asp:Button ID="btnDelUser" runat="server" OnClick="btnDelUser_Click" Text="确定" ValidationGroup="1" /></td>
</tr>
<tr class="tr">
<td align="center" style="background-color:#FFF">批量删除内容含有<asp:TextBox ID="txtContent" runat="server" ValidationGroup="2"></asp:TextBox>
<asp:RequiredFieldValidator ID="rfv2" runat="server" ControlToValidate="txtContent"
Display="Dynamic" ValidationGroup="2">*</asp:RequiredFieldValidator>
的短讯息
<asp:Button ID="btnDelCon" runat="server" OnClick="btnDelCon_Click" Text="确定" ValidationGroup="2" /></td>
</tr>
<tr class="tr">
<td align="center" style="background-color:#FFF">删除<asp:DropDownList ID="ddlDay" runat="server">
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>60</asp:ListItem>
<asp:ListItem>90</asp:ListItem>
</asp:DropDownList> 天以前的短讯息
<asp:Button ID="btnDay" runat="server" CausesValidation="False" OnClick="btnDay_Click"
Text="确定" /></td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="CommonFooter"><hr width="80%" SIZE="0" id="Hr1" />Powered by <a target="_blank" href="http://19870123.cn"><b>http://19870123.cn</b></a>
© 2006-2007, <b><a target="_blank" href="http://19870123.cn">Leehom</a></b></div>
<asp:Literal ID="ltlMessage" runat="server"></asp:Literal> </form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -