Search data from database using multiple check boxes
how to retrive data from data base using multiple checkbox?
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.
Anubhav ChaudharyPosted Nov 20, 2014, 5:41 AM
First Method: Get Data on "oncheckchanged" event of "EACH" checkbox, this would mean that you can filter data on each new click and can show it simultaniously.
Second Method: Take a separate button, check the checkboxes and now on click of button firstly find which checkboxes are checked and accordingly filter the data from DB.
You can do these things either using ASP.NET or using jquery with c#, with jQuery you will get a benefit that your page will not be refreshed again and again.
If you need any other help then please let me know.
Manish Kumar ChoudharyPosted Nov 20, 2014, 5:24 AM
i am not getting your question please Explain it clearly.