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

<%@ Page Language="C#" ASPCOMPAT="TRUE" Debug="true"%>
<%@ Import Namespace="System" %>
<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="System.Web" %>
<%@ Import Namespace="System.Web.UI" %>
<%@ Import Namespace="System.Web.UI.WebControls" %>
<%@ Import Namespace="obout_ASPTreeView_2_NET" %>
<script language="C#" runat="server">
obout_ASPTreeView_2_NET.Tree oTree = new obout_ASPTreeView_2_NET.Tree();
void Page_Load(object sender, EventArgs e) {
string relativePath;
oTree.FolderIcons = "tree2/icons";