Intersoft WebCombo Documentation
How-to: Use single dependency linked WebCombo
See Also Send comments on this topic.
Intersoft WebCombo > WebCombo Advanced Features > Linked WebCombo How-to Topics > How-to: Use single dependency linked WebCombo

Glossary Item Box

ncesThis is the most common scenario in web application, where one WebCombo should depend on the value of another WebCombo.

In this topic, you will learn how to use single dependencies linked WebCombo.

To use single dependencies linked WebCombo.

  1. Bind WebCombo1 to AccessDataSource (using Table Categories from database NorthWind).
  2. Bind WebCombo2 to AccessDataSource (using Table Products from database NorthWind).
  3. Open WebCombo2's designer - Advanced Features - Checked the Enable Linked WebCombo.
  4. Select the parent WebCombo's ID to WebCombo1.



  5. The result should look like following.

See Also