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

16 lines
588 B

using System;
using System.Web.UI.WebControls;
using obout_ASPTreeView_2_NET;
public class cs_updatepanelincontainer2 : OboutInc.oboutAJAXPage
{
protected Literal TreeView;
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);