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/cs_DynamicCombobox.aspx.cs

16 lines
315 B

using System;
using System.Data.OleDb;
using OboutInc.Combobox;
public class cs_DynamicCombobox : OboutInc.oboutAJAXPage
{
protected Combobox cboContinent;
protected Combobox cboCountry;
static readonly object obj = new object();
void Page_Load(object sender, EventArgs e) {
if (!IsPostBack)
{