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
564 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()
' Root node is not in XML file. If you need it, populate manually.
oTree.AddRootNode("I am Root node!", True, "xpMyComp.gif")
' Absolute path. Load file from XML file.
'oTree.XML_LoadFromFile("C:/Inetpub/wwwroot/ASPTreeView/Examples/VBNET/xmldemo.xml")
' Relative path. Load file from XML file.