FineUI/FineUI.Examples/other/pageloading.aspx

18 lines
601 B
Plaintext
Raw Normal View History

2015-05-19 14:45:47 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="pageloading.aspx.cs" Inherits="FineUI.Examples.other.pageloading" %>
<!DOCTYPE html>
<html>
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
2016-01-10 01:19:30 -05:00
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
2015-05-19 14:45:47 +08:00
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" PageLoadingImageUrl="~/res/images/loading/loading_50.gif" runat="server" />
这是页面内容
<br />
</form>
</body>
</html>