//已经保存到数据库了string hobby="篮球,足球,手球"; string[] hobbies=hobby.split(","); //然后直接绑定 checkboxlist.datsoure=hobbies; checkboxlist.DataBind();