您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->小区物业管理系统源码>>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="" 72src="image/r_3.gif"></TD></TR></TBODY></TABLE> 73 </form> 74</BODY> 75 76 77</html> 78
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:小区物业管理系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号