Intersoft Support Center

Link WebCombo with Multiple Dependencies

This mode allows you to configure a WebCombo to be dependent to more than one WebCombo.

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

To use multiple dependencies linked WebCombo.

  1. Bind WebCombo1 to AccessDataSource (using Table Suppliers from database NorthWind).
  2. Bind WebCombo2 to AccessDataSource (using Table Categories from database NorthWind).
  3. Bind WebCombo3 to AccessDataSource (using Table Products from database NorthWind).
  4. Open WebCombo3's designer - Advanced SettingsLinkSettings.
  5. Set Enabled to True.
  6. Set FilteredDataMember to "SupplierID, CategoryID"
  7. Set the ParentWebComboID to "WebCombo1, WebCombo2".



  8. The result should look like following.

Previous Next