FineUI/FineUI_v6/FineUI.Examples/iframe/parent_simplepostback2.aspx
三生石上 62ef818ff0 v6.0.3
2017-09-05 11:30:31 +08:00

21 lines
572 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="parent_simplepostback2.aspx.cs"
Inherits="FineUI.Examples.iframe.parent_simplepostback2" %>
<!DOCTYPE html>
<html>
<head id="head1" runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
页面二parent_simplepostback2.aspx
<br />
<br />
<f:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="回发父页面">
</f:Button>
<br />
</form>
</body>
</html>