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/vb_integration_treeview.aspx

16 lines
558 B

<%@ Import Namespace="obout_ASPTreeView_2_NET" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<script language="VB" runat="server">
Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
Dim cbo1 As Combobox = New Combobox()
cbo1.ID = "cbo1"
cbo1.Width = 210
cbo1.CSSContainer = "ob_ComboboxContainer"
cbo1.ReadOnly = True
cbo1.FolderStyle = "styles/default"
Dim TreeView As Literal = New Literal()
TreeView.ID = "TreeView"