Hi there.
I am using asp.net web forms.
How can I filter a repeater based on the checked values of multiple checkboxes using jQuery?
The result will be if I chose any categories and cities it will dynamically display all the galleries under those categories/cities.
I used repeater for categories and cites.
And repeater for galleries.