ComboBox for ASP.NET Web Forms
Step 2 of 4: Adding Items to C1ComboBox
Quick Start > Step 2 of 4: Adding Items to C1ComboBox

In this step, you will use the C1ComboBox Editor to add items to a C1ComboBox control that will appear at run time when you click on its dropdown arrow.

  1. Click the C1ComboBox smart tag and select Edit Items from the C1ComboBox Tasks menu.
    The C1ComboBox Editor appears.
  2. Click on the C1ComboxItem from the Add Child Item button three times to get three C1ComboBoxItems.
  3. Set the values for the Text and Value properties for each C1ComboBoxItem to the following:
    • C1ComboItem1 Text property to Coach and Value property to "Coach Cabin"
    • C1ComboItem2 Text property to Business and Value property to "Business Cabin"
    • C1ComboItem3 Text property to First and Value property to "First Cabin"
  4. Click OK to apply the changes to the C1ComboBox control and close the C1ComboBox Editor.