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.
OboutSuite/AJAXPage/aspnet_updatepanelincontain...

16 lines
913 B

<%@ Page Language="C#" ASPCOMPAT="TRUE" Debug="true" Inherits="OboutInc.oboutAJAXPage"%>
<%@ Register TagPrefix="oajax" Namespace="OboutInc" Assembly="obout_AJAXPage" %>
<%@ Import Namespace="obout_ASPTreeView_2_NET" %>
<script language="C#" runat="server">
void Page_Load(object sender, EventArgs e) {
obout_ASPTreeView_2_NET.Tree oTree = new obout_ASPTreeView_2_NET.Tree();
oTree.Add("root", "a0", "obout.com (a0)", true, "Folder.gif", null);
oTree.Add("a0", "a1", "ASP TreeView (a1)", true, "tree.gif", null);
oTree.Add("a1", "a2", "Fast (a2)", true, null, null);
oTree.Add("a1", "a3", "Easy (a3)", true, "page.gif", null);
oTree.Add("root", "a4", "Links & Notes since 1998 (a4)", true, "BookY.gif", null);
oTree.Add("root", "a5", "MemoBook.com (a5)", true, "ball_glass_blueS.gif", null);
oTree.FolderIcons = "../ASPTreeView/tree2/Icons";