Checkboxlist value retrieve
How to Retrieve checkbox list values from database to textboxes in c#
The value in database is saved with comma like abc,def,ghi..
and I want to retrieve value in checkboxlist
1.Check_abc
2.check_def
3.check_ghi.
The program is in windows application form
Thanks