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

Imports System
Imports Microsoft.VisualBasic
Public Class vb_withtreeview
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