I have a scenario where there is a large list of 2000+ items, these items each have a name associated to it.
I now need to be able to filter this list by selecting the names from a Checkbox list, the problem is I cannot figure out how to get it to work when multiple values are selected.
The current setup is Using a DVWP to display the items a Datasource control of all the names and then the ASP.NET Checkbox list control to act as a filter
Can anyone help?
View Complete Post