You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
574 B

<script language="VB" runat="server">
Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
Dim oTree As obout_ASPTreeView_2_NET.Tree = New obout_ASPTreeView_2_NET.Tree()
Dim html As String
' Populate Treeview.
oTree.AddRootNode("Root node", Nothing)
html = "Links & Notes since 1998"
oTree.Add("root", "a1", html, True, "book.gif", Nothing)
oTree.Add("a1", "a1_0", "First child", True, Nothing, Nothing)
oTree.Add("a1_0", "a1_0_0", "This is nr1", True, Nothing, Nothing)