Nuacht

To bind a ComboBox or ListBox control Set the DataSource property to a data source object. Possible data sources include a xref:System.Windows.Forms.BindingSource bound to data, a data table, a data ...
You can bind the <xref:System.Windows.Forms.ComboBox> and <xref:System.Windows.Forms.ListBox> to data to perform tasks such as browsing data in a database, entering new data, or editing existing data.