Accessing and Updating Data in ASP.NET: Filtering Data Using a CheckBoxList
Filtering Database Data with Parameters, an earlier installment in this article series, showed how to filter
the data returned by ASP.NET's data source controls. In a nutshell, the data source controls can include parameterized queries whose parameter values are defined via
parameter controls. For example, the SqlDataSource can include a…