Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to apply filter for searching any school. For that i need dropdowns to be populated with the data from database. dropdown list should have checkboxes so that with the check of a checkbox we can get more data from database.
Posted
Comments
njammy 5-Nov-14 17:40pm    
I would bind the initial check box changed event to an ajax call to retrieve more data.

With that data, construct more checkbox list items and render using jquery.

1 solution

Why don't use List Box and Button Click event for this flow. Having a drop down with check box will be more hectic. U need to create custom control for this.
 
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