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

<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.OleDb" %>
<script language="C#" runat="server">
void Page_Load(object sender, EventArgs e)
{
// creating the third combobox and setting its properties
Combobox cbo3 = new Combobox();
cbo3.ID = "cbo3";
cbo3.Width = 150;
cbo3.FolderStyle = "styles/default";
// connecting to an Access database and retrieving the records from a table