Files
g.hnyhua.cn/Mtxfw.shop/_Admin/admin_Delete_Data.aspx

36 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="admin_Delete_Data.aspx.cs" Inherits="Mtxfw.shop._admin.admin_Delete_Data" %>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<link href="./css/style.css" rel="stylesheet" type="text/css" />
<link href="./css/Burgundy.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form runat="server">
<div class="main">
<div class="bt1">清空数据</div>
<div class="bt2">
<div class="clear"></div>
</div>
<div class="bt3">
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td>&nbsp;<asp:Button ID="Btn_Delete" runat="server" Text="清空数据" CssClass="btn" />
此操作将会清空所有会员和所有会员的相关记录
</td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>