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

<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.OleDb" %>
<script language="VB" runat="server">
Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
' creating the combobox and setting its properties
Dim cbo4 As OboutInc.Combobox.Combobox = New Combobox()
cbo4.ID = "cbo4"
cbo4.Width = 150
cbo4.FolderStyle = "styles/default"
' creating an ObjectDataSource object
Dim ods1 As ObjectDataSource = New ObjectDataSource()