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

<%@ Page Language="VB" Inherits="OboutInc.oboutAJAXPage" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc" Assembly="obout_AJAXPage" %>
<%@ Import Namespace="obout_ASPTreeView_2_NET" %>
<script type="text/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
oTree.AddRootNode("I'm the root node", True, "Folder.gif")
oTree.Add("root", "a0", "obout.com", True, "Folder.gif", Nothing)
oTree.Add("a0", "a0_0", "ASP TreeView", False, "Folder.gif", Nothing)
oTree.Add("a0", "a0_1", "Fast", False, "Folder.gif", Nothing)