I have an asp.net checkboxlist which keeps my numbers
01
02
03
04
05
.
.
.
And I have a number field in my sql server database table, which can contain the values above. So when above fields checked in my checkboxlist, I want my stored procedure to filter the table with the checked values.
what is the proper way to achieve this?