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

<%@ Page Language="C#" ASPCOMPAT="TRUE" Debug="true"%>
<%@ 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();
string Html;
oTree.AddRootNode("I am Root node!", true, "xpMyComp.gif");
Html = "<input class='c' type='checkbox' id='chk_r1' onclick='ob_t2c(this)'>My checkbox r1";
oTree.Add("root", "r1", Html, true, null, null);
Html = "<input class='c' type='checkbox' id='chk_a0' onclick='ob_t2c(this)'>My checkbox a0";