19 lines
715 B
Plaintext
19 lines
715 B
Plaintext
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FileDown.aspx.cs" Inherits="FineUIPro.Web.FileDown" %>
|
||
|
|
|
||
|
|
<!DOCTYPE html>
|
||
|
|
|
||
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
|
<head runat="server">
|
||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||
|
|
<title></title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<form id="form1" runat="server" style="font-size:xx-large; font-weight:bold; align-items:center">
|
||
|
|
<div>
|
||
|
|
文件名:<asp:TextBox ID="txtFileName" runat="server" Font-Bold="true" Font-Size="X-Large" ></asp:TextBox>
|
||
|
|
<asp:Button ID="butDown" Text="下载" runat="server" OnClick="butDown_Click" Font-Bold="true" Font-Size="XX-Large"/>
|
||
|
|
</div>
|
||
|
|
</form>
|
||
|
|
</body>
|
||
|
|
</html>
|