hi friends
i have a problem in multicheckbox to showed checked items in the multichecklistbox.
showed checkbox atleast 1 is cheked
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.
Zakir AhamedPosted Jul 17, 2017, 6:49 AM
Manikandan MurugesanPosted Jul 17, 2017, 5:39 AM
You can use the event CheckedChanged. As you use many checkboxes, you can write only one method and use it for all checkboxes.
I recommand you to use a list of values to stock what you want to show in the textbox then work on it (in my example, I sort the data and concatene them).
CheckedChangedof all checkboxes tocheckBoxs_CheckedChanged