FineUI/FineUI.Examples/tree/databind/tree_document.aspx
2013-11-01 14:13:51 +08:00

19 lines
655 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="tree_document.aspx.cs"
Inherits="FineUI.Examples.tree.databind.tree_document" %>
<!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:Tree ID="Tree1" Width="650px" EnableArrows="false" EnableLines="false" ShowHeader="true" EnableFrame="true" EnableCollapse="true"
Title="树控件(绑定到 XmlDocument" runat="server">
</x:Tree>
</form>
</body>
</html>