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

Imports System
Imports Microsoft.VisualBasic
public class treeview
inherits System.Web.UI.Page
protected treeView as System.Web.UI.WebControls.Literal
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)
'build TreeView
dim oTree as obout_ASPTreeView_2_NET.Tree
oTree = new obout_ASPTreeView_2_NET.Tree()
dim Html as string