温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:小区物业管理系统源码
当前文件:
SmallHouse/admin/backup.aspx,打开代码结构图
SmallHouse/admin/backup.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="backup.aspx.cs" Inherits="Default2" %> 2
3
4
5
6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 7
8
9
<html xmlns="http://www.w3.org/1999/xhtml" > 10
<head id="Head1" runat="server"> 11
<title>备份数据库</title> 12
13
<LINK href="image/style.css" type=text/css rel=stylesheet> 14
</head> 15
<body> 16
<form id="form1" runat="server"> 17
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c4d8ed border=0> 18
<TBODY> 19
<TR> 20
<TD style="height: 27px"><IMG alt="" src="image/r_1.gif"></TD> 21
<TD width="100%" background=image/r_0.gif style="height: 5px"></TD> 22
<TD style="height: 27px"><IMG alt="" src="image/r_2.gif"></TD></TR> 23
24
<TR> 25
<TD></TD> 26
<TD> 27
28
29
<table class="toptable grid" cellspacing=1 cellpadding=1 align=center 30
border=1> 31
<tbody> 32
<tr> 33
<td class=category colspan="2"> 34
备份数据库</td> 35
</tr> 36
37
<tr> 38
<td align="right" colspan="1" style="height: 23px; width: 210px;"> 39
</td> 40
<td colspan="1" style="height: 23px; width: 747px;"> 41
42
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> 43
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1" 44
ErrorMessage="请输入备份的名称!"></asp:RequiredFieldValidator></td> 45
</tr> 46
<tr> 47
<td align="right" colspan="1" style="width: 210px; height: 23px"> 48
</td> 49
<td colspan="1" style="width: 747px; height: 23px"> 50
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="备份数据库" /></td> 51
</tr> 52
<tr> 53
<td align="right" colspan="1" style="width: 210px; height: 23px"> 54
</td> 55
<td colspan="1" style="width: 747px; height: 23px"> 56
<span style="color: #ff0000">提醒:</span>为了您的系统正确的运行,防止出现意外的损坏,给您的工作带来不必要的损失,请定期做好系统的备份工作<br /> 57
</td> 58
</tr> 59
</tbody> 60
</table> 61
62
</TD> 63
<TD></TD></TR> 64
65
66
67
68
<TR> 69
<TD><IMG alt="" src="image/r_4.gif"></TD> 70
<TD></TD> 71
<TD><IMG alt="" 72
src="image/r_3.gif"></TD></TR></TBODY></TABLE> 73
</form> 74
</BODY> 75
76
77
</html> 78



