FineUI/FineUI.Examples/iframe/parent_simplepostback.aspx
三生石上 8e116609c6 v4.2.0
2015-05-19 14:45:47 +08:00

25 lines
866 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_simplepostback.aspx.cs"
Inherits="FineUI.Examples.iframe.parent_simplepostback" %>
<!DOCTYPE html>
<html>
<head id="head1" runat="server">
<title></title>
<link href="../res/css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
页面一parent_simplepostback.aspx
<f:Label ID="labResult" runat="server">
</f:Label>
<br />
<br />
<f:Panel ID="Panel1" runat="server" ShowBorder="true" EnableCollapse="true"
Width="600px" Height="250px" EnableIFrame="true" IFrameUrl="parent_simplepostback2.aspx"
ShowHeader="true" Title="面板一">
</f:Panel>
</form>
</body>
</html>