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

<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<script runat="server" language="C#">
Combobox cbo1;
public void Page_init(object sender, EventArgs e)
{
cbo1 = new Combobox();
cbo1.ID = "cbo1";
ph1.Controls.Add(cbo1);
}
public void Page_load(object sender, EventArgs e)
{