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

using System;
public class cs_withtreeview : System.Web.UI.Page
{
protected System.Web.UI.WebControls.Literal treeView;
void Page_Load(object sender, EventArgs e) {
//build TreeView
obout_ASPTreeView_2_NET.Tree oTree;
oTree = new obout_ASPTreeView_2_NET.Tree();
string Html;
oTree.AddRootNode("I am Root node!", "xpPanel.gif");