CodeCharge StudioThe Dependent Listbox feature retrieves a selection from one list, then matches the selection against a table or query to retrieve a set of values that are used to populate another listbox. e.g. "you want the user to select a product category and product but you only want to display the products for the selected category"
Child listbox
| Property | Description |
|---|---|
| Enabled | Specifies whether the feature is active. |
| Name | User assigned name identifying the feature within HTML. |
| Master Listbox | Listbox containing parent value for the current listbox. This selection is used to update the dependent listbox. |
| Service Page | AJAX Service page used to retrieve matching records. |
