Link to home
Start Free TrialLog in
Avatar of RHADMIN
RHADMIN

asked on

Looking for an Ajax solution similar to CascadingDropDown but applies to listbox(with multiple selections enabled) instead.

I am looking for an ajax solution similar to CascadingDropDown, but it can be applied to listbox, for example, I have 3 listboxes(Catetory, Producttype, Product) all with multiple selection enabled; so if I select CategoryA and CategoryB in listbox 1(Category), listbox 2(Producttype) will list(populate) all Producttypes related to CategoryA and CategoryB, same rule applies to listbox Producttype and Product.
Since all listboxes are in multiple selection mode, each individual selectiion action should be able to 'remember' last selection item position after the postback(instead of alway starting from the top list of the Listbox).
Any working sample codes are HELPFUL!
Thanks,
-Rick
Avatar of Praveen Venu
Praveen Venu
Flag of India image

http://easylistbox.com/demoRelatedAjax.aspx


or try placing them in an updatepanel and postbacking on selectedindexchanged.
ASKER CERTIFIED SOLUTION
Avatar of RHADMIN
RHADMIN

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial