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

<%@ Page Language="VB" Debug="true" %>
<%@ Import Namespace="obout_ASPTreeView_2_NET" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.OleDb" %>
<SCRIPT LANGUAGE="vb" Runat="server">
Sub Page_Load()
Dim sParentID as String
Dim sConnectionString As String
Dim oReader as OleDbDataReader
Dim oTree As New obout_ASPTreeView_2_NET.Tree()
oTree.FolderIcons = "tree2/icons"
oTree.FolderScript = "tree2/script"
oTree.FolderStyle = "tree2/style/Classic"