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

<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<script language="C#" runat="server">
void Page_Load(object sender, EventArgs e)
{
Combobox cbo1 = new Combobox();
cbo1.ID = "cbo1";
cbo1.Width = 150;
cbo1.FolderStyle = "styles/default";
cbo1.AddOption("0", "Zero", null);
cbo1.AddOption("0", "Null", null);
cbo1.AddOption("0", "None", null);
cbo1.AddOption("0", "Nothing", null);
cbo1.AddOption("1", "One", null);