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/Combobox/cs_ajaxpage_address_book.aspx

16 lines
573 B

<%@ Page Language="C#" ASPCOMPAT="TRUE" Debug="true" Inherits="OboutInc.oboutAJAXPage"%>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<%@ Register TagPrefix="oajax" Namespace="OboutInc" Assembly="obout_AJAXPage"%>
<%@ Import Namespace="System.Data.OleDb" %>
<script language="C#" runat="server">
Combobox cbo1 = new Combobox();
void Page_Load(object sender, EventArgs e)
{
cbo1.ID = "cbo1";
cbo1.Width = 175;
cbo1.FolderStyle = "styles/gray";
cbo1.OnClientChange = "loadInfo()";