ZHJA_HJGL/HJGL_ZH/FineUIPro.Web/common/SysManage/DataBak.aspx

29 lines
1.0 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DataBak.aspx.cs" Inherits="FineUIPro.Web.common.SysManage.DataBak" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false"
BodyPadding="10px" runat="server" >
<Rows>
<f:FormRow>
<Items>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="数据库备份"
OnClick="btnSave_Click">
</f:Button>
<f:LinkButton ID="LbtnDownLoad" runat="server" EnableAjax="false" OnClick="LbtnDownLoad_Click"></f:LinkButton>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</form>
</body>
</html>