Intersoft WebCombo Documentation
How-to: Use bound multiple selection WebCombo
See Also Send comments on this topic.
Intersoft WebCombo > WebCombo Advanced Features > Multiple Selection How-to Topics > How-to: Use bound multiple selection WebCombo

Glossary Item Box

WebCombo has a feature called Multiple Selection which can be used in bound mode using AccessDataSource control.

In this topic, you will learn how to set selection WebCombo in bound mode.

To use WebCombo's multiple selection bound mode

  1. Bind WebCombo to AccessDataSource.
  2. Open WebCombo.NET Designer. Select Advanced Settings and expand MultipleSelectionSettings.
  3. Set Enabled property to True.

See Also