| List for WinForms Tutorials > Tutorial 2 - Binding C1Combo to a DataSet |
In this tutorial, you will learn how to bind C1Combo to a DataSet. You will also learn about the basic properties of the C1Combo control. You will then be able to run the program and observe the run-time features of the combo.

To write code in Visual Basic
| Visual Basic |
Copy Code
|
|---|---|
Me.ComposerTableAdapter.Fill(Me.DataSet1.Composer) |
|
To write code in C#
| C# |
Copy Code
|
|---|---|
this.ComposerTableAdapter.Fill(this.dataSet1.Composer); |
|

![]() |
Note: When C1Combo has the focus, press F4 to open the drop-down box. |
To end the program, close the window or press the stop button on the toolbar.
This concludes the tutorial.