<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DataBackup.aspx.cs" Inherits="FineUIPro.Web.common.SysManage.DataBackup" %> <!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="Data backup" 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>