日期:2009-12-14 浏览次数:20624 次
<%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %> |
<FooBar:TreeView runat="server" ... /> |
<form runat="server"> <ie:TreeView runat="server"> <ie:TreeNode Text="Isaac Gibson" Expanded="True"> <ie:TreeNode Text="Birth - 1766" /> <ie:TreeNode Text="Death - 1827" /> <ie:TreeNode Text="Spouse"> <ie:TreeNode Text="Ritty Gibson" /> <ie:TreeNode Text="Married 1789" /> <ie:TreeNode Text="Children"> <ie:TreeNode Text="Phoebe Gibson"> <ie:TreeNode Text="Birth - 1790" /> <ie:TreeNode Text="Death - 1884" /> <ie:TreeNode Text="Spouse"> <ie:TreeNode Text="James K. Mason" /> <ie:TreeNode Text="Married 1819" /> </ie:TreeNode> </ie:TreeNode> <ie:TreeNode Text="John Gibson"> <ie:TreeNode Text="Birth - 1793" /> <ie:TreeNode Text="Death - 1802" /> ...... </ie:TreeNode> </ie:TreeView> </form> |
<?xml version="1.0" encoding="UTF-8"?> <books> <book price="34.95"> <title>Teach Yourself Active Server Pages 3.0 in 21 Days</title> <authors> <author>Mitchell</author> <author>Atkinson</author> </authors> <year>1999</year> </book> <book price="29.95"> <title>Designing Active Server Pages</title> <authors> <author>Mitchell</author> </authors> <year>2000</year> </book> <book price="34.95"> <title>ASP.NET: Tips, Tutorials, and Code</title> <authors> <author>Mitchell</author> <author>Mack</author> <author>Walther</author> <author>Seven</author> <author>Anders</author> <author>Nathan</author> <author>Wahlin</author> </authors> <year>2001</year> </book> <book price="24.95"> <title>ASP Unleashed</title> <authors> <author>Walther</author> </authors> <year>1998</year> </book> </books> |
<TREENODES> <treenode text="..."> <treenode text="..."> </treenode> <treenode text="..." /> ... </TREENODES> |
<?xml versi
免责声明: 本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
|