FineUI/FineUI.Examples/usercontrol/userinfo_dynamic.aspx
2013-11-01 14:13:51 +08:00

27 lines
1.2 KiB
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="userinfo_dynamic.aspx.cs"
Inherits="FineUI.Examples.usercontrol.userinfo_dynamic" %>
<!DOCTYPE html>
<html>
<head 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"></x:PageManager>
<x:ContentPanel runat="server" ID="Panel1" Width="600px" EnableFrame="true" EnableCollapse="true" BodyPadding="5px"
Height="200px" Title="页面/面板一ContentPanel->UserInfoControl">
</x:ContentPanel>
<br />
<x:Panel runat="server" ID="Panel2" Width="600px" EnableFrame="true" EnableCollapse="true" BodyPadding="5px"
Height="200px" Title="页面/面板二Panel->UserControlConnector->UserInfoControl">
</x:Panel>
<br />
<x:Panel runat="server" ID="Panel3" Width="600px" EnableFrame="true" EnableCollapse="true" BodyPadding="5px"
Height="200px" Layout="Fit" Title="页面/面板三Layout=Fit, Panel->UserControlConnector->UserInfoControl">
</x:Panel>
</form>
</body>
</html>