ComboBox for ASP.NET Web Forms
Quick Start

The C1ComboBox Quick Start describes how to get started with the ASP.NET control, C1ComboBox. In this quick start, you will create an ASP.NET application containing one C1ComboBox control and three C1ComboBoxItems. Declare one Label control in an .aspx file. Then create an event handler for the SelectedItem event which displays the value of the selected combobox item.

See Also