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/vb_updatepanelincontainer2....

16 lines
564 B

imports System
imports System.Web.UI.WebControls
imports obout_ASPTreeView_2_NET
public class vb_updatepanelincontainer2
inherits OboutInc.oboutAJAXPage
protected TreeView as Literal
sub Page_Load(byval sender as object, byval e as EventArgs)
dim oTree as obout_ASPTreeView_2_NET.Tree = new obout_ASPTreeView_2_NET.Tree()
oTree.Add("root", "a0", "obout.com (a0)", true, "Folder.gif", nothing)
oTree.Add("a0", "a1", "ASP TreeView (a1)", true, "tree.gif", nothing)
oTree.Add("a1", "a2", "Fast (a2)", true, nothing, nothing)