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

<%@ Page Language="VB" ASPCOMPAT="TRUE" Debug="true"%>
<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="obout_ASPTreeView_2_NET" %>
<!-- For sub tree do NOT put any HTML tags above and below code -->
<script language="VB" runat="server">
Dim oTree As New obout_ASPTreeView_2_NET.Tree()
Dim iLength As Integer
Public Sub Page_Load(sender As object, e As EventArgs)
Dim relativePath As String
' These 3 lines prevent from browser caching. They are optional.
' Useful when your data changes frequently.