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
696 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;
// Populate Treeview.
oTree.Add("root", "a0", "<b>obout.com 1</b>", false, null, null);
oTree.Add("a0", "a0_0", "ASP TreeView", false, null, null);
oTree.Add("root", "a0", "<b>obout.com 2</b>", false, null, null);
oTree.Add("a0", "a0_0", "ASP TreeView", false, null, null);
oTree.Add("root", "a0", "<b>obout.com 3</b>", true, null, null);
oTree.Add("a0", "a0_0", "ASP TreeView", false, null, null);