“If you’re not paying for something, you’re not the customer; you’re the product being sold.” — Andrew Lewis

Dynamic Dependent List Boxes

Dynamic dependent list boxes allow a "child" list box to refresh when a selection is made in a "parent" list box. The dynamic dependent list box returns to the server to requery the dependent list box's items through an Ajax call. The advantage to this asynchrone approach is immediate page response. Both list…