ComboBox for ASP.NET Web Forms
Samples

Please be advised that this ComponentOne software tool is accompanied by various sample projects and/or demos, which may make use of other ComponentOne development tools included with ComponentOne Studio Enterprise.

C# Samples

The following pages within the ControlExplorer sample installed with ASP.NET Web Forms Edition detail the C1ComboBox control's functionality:

Sample Description
Animation This sample demonstrates the different animation effects and how you can manipulate their speed.
DataBinding Demonstrates how to bind C1ComboBox to an XML or Access data source.
Dynamic Demonstrates how to bind the combobox to the datatable.
LoadOnDemand This sample demonstrates the different callback events and how you can populate items for c1combobox without postback their speed.
MultipleColumns Shows how you can easily create multiple columns in the c1combobox by setting the columns option.
Overview Displays an editable text box/drop-down list on the aspx page.
Position This sample shows how you can change the position of the drop-down list for the c1combobox by setting the dropDownListPosition option.
Select This sample illustrates how the select event is triggered when an item in the combobox is selected.