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
648 B

<%@ Page Language="VB" ASPCOMPAT="TRUE" Debug="true"%>
<%@ Import Namespace="obout_ASPTreeView_2_NET" %>
<script language="VB" runat="server">
Public Sub Page_Load(sender As object, e As EventArgs)
Dim oTree As New obout_ASPTreeView_2_NET.Tree()
Dim html as String
' Populate Treeview.
oTree.Add("root", "a0", "obout.com" , false, "help_book.gif")
oTree.Add("a0", "a0_1", "Fast", Nothing, "help_page.gif")
oTree.Add("root", "a1", "ASP TreeView", Nothing, "help_book.gif")
oTree.Add("a1", "a1_0", "Easy", Nothing, "help_page.gif")
oTree.Add("root", "a2", "Links & Notes since 1998", false, "help_book.gif")