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/AJAXPage/vb_DynamicCombobox.aspx.vb

16 lines
392 B

imports System
imports System.Data.OleDb
imports OboutInc.Combobox
Public Class vb_DynamicCombobox
Inherits OboutInc.oboutAJAXPage
Protected cboContinent As Combobox
Protected cboCountry As Combobox
Protected Shared ReadOnly obj As Object = New Object()
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)
If Not IsPostBack Then