delete
how to delete checkboxlist values from the backend.i want code in clickevent in c#
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.
Niradhip ChakrabortyPosted Dec 4, 2008, 6:31 PM
Hold the id of checkbox list id and search it in database if you find the id then delete the corresponding value from database.