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

<%@ Page Debug="true" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<script language="VB" runat="server">
Dim cbo1 As OboutInc.Combobox.Combobox = New Combobox()
Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
cbo1.ID = "cbo1"
cbo1.Width = 200
cbo1.FolderStyle = "styles/default"
'cbo1.Change = New EventHandler(AddressOf OnCbo1Change)
AddHandler Ctype(cbo1, Combobox).Change, AddressOf OnCbo1Change
cbo1.AddOption("0", "asptreeview", Nothing)