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

<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<script language="VB" runat="server">
Dim cbo1 As Combobox
Sub Page_Init(ByVal sender As Object, ByVal e As EventArgs)
cbo1 = New Combobox()
cbo1.ID = "cbo1"
ph1.Controls.Add(cbo1)
End Sub
Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
cbo1.Width = 150