CodeCharge Studio

AJAX - Dependent Listbox

Related AJAX Libraries

Description

The 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"

Supported Components

Child listbox

Properties

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.

Sample Implementation

See also

   


On-line, printable versions and updates