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

<%@ 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 OboutInc.Combobox.Combobox = New Combobox()
cbo1.ID = "cbo1"
cbo1.FolderStyle = "styles/antique"
cbo1.AddOption("0", "asptreeview", Nothing, "asptreeview")
cbo1.AddOption("1", "calendar", Nothing, "calendar")
cbo1.AddOption("2", "combobox", Nothing, "combobox")
cbo1.AddOption("3", "easy menu", Nothing, "easy menu")
cbo1.AddOption("4", "editor", Nothing, "editor")
cbo1.AddOption("5", "slide menu", Nothing, "slide menu")
cbo1.AddOption("6", "splitter", Nothing, "splitter")