Product filtering like shopping sites in asp.net?
How to filter products like some shopping sites from checkbox list, here i am using repeater control to bind products from database?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Arunava BhattacharjeePosted Sep 15, 2014, 6:03 AM
_dt = _dt.Select("COLUMN_NAME <> 'YOURFILTER'").CopyToDataTable();