Click here to Skip to main content
16,017,922 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
suppose there are two list boxes and first list box contain category of product and the other one displays the sub-category of related category of product.
How to get this related sub-category ?
Posted
Comments
Member 8627498 7-Feb-12 8:09am    
please send me answer very quickly...

1 solution

I would advise to use jQuery for processing such events. Please see:
http://en.wikipedia.org/wiki/JQuery[^],
http://jquery.com/[^],
http://docs.jquery.com/Main_Page[^].

Moreover, you can get something more advanced which is developed with some advanced handling in mind. Look at this widget, jqxListBox:
http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxlistbox/jquery-listbox-getting-started.htm[^].

It helps you to define the list box and handle selection, in particular.

This is a part of jQWidgets suite. http://www.jqwidgets.com/[^].

However, check the license, especially if you are working for commercial use: http://www.jqwidgets.com/license/[^].

If you don't want it, it can develop your own jQuery plug-in of find something else.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900