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/Combobox/aspnet_integration_treeview...

16 lines
502 B

<%@ Import Namespace="obout_ASPTreeView_2_NET" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_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;
// Root node is optional. You can delete this line.
oTree.AddRootNode("I am Root node!", "xpMyComp.gif");
// Populate Treeview.