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

<%@ Control Language="VB" %>
<%@ Import Namespace="obout_ASPTreeView_2_NET" %>
<script language="VB" runat="server">
Public oTree As obout_ASPTreeView_2_NET.Tree = New obout_ASPTreeView_2_NET.Tree()
Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
Dim html As String
'oTree = new obout_ASPTreeView_2_NET.Tree();
' Root node is optional. You can delete this line.
oTree.AddRootNode("I am Root node!", True, "xpMyComp.gif")
' Populate Treeview.
oTree.Add("root", "a0", "obout.com", True, Nothing, Nothing)
oTree.Add("a0", "a0_0", "ASP TreeView", True, Nothing, Nothing)
oTree.Add("a0", "a0_1", "Fast", True, Nothing, Nothing)