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

Imports System
Imports System.Data
Imports System.Data.OleDb
Imports System.Configuration
Imports obout_ASPTreeView_2_NET
public class emailclient
inherits OboutInc.oboutAJAXPage
protected TreeView as System.Web.UI.WebControls.Literal
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)
' treeview
dim oTree as obout_ASPTreeView_2_NET.Tree = new obout_ASPTreeView_2_NET.Tree()
dim html as string