FineUI/FineUI.Examples/iframe/parent_postback_top3.aspx

20 lines
631 B
Plaintext
Raw Normal View History

2013-11-01 14:13:51 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="parent_postback_top3.aspx.cs"
Inherits="FineUI.Examples.iframe.parent_postback_top3" %>
<!DOCTYPE html>
<html>
<head id="head1" runat="server">
<title></title>
<link href="../css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<x:PageManager ID="PageManager1" runat="server" />
页面三parent_postback_top3.aspx
<br />
<x:Button ID="Button1" runat="server" Text="关闭本窗体,回发父页面" OnClick="Button1_Click">
</x:Button>
</form>
</body>
</html>