this.DB_Set=this.da.SelectBySql(sql_y);
CheckBoxList1.DataSource=DB_Set;
CheckBoxList1.DataTextField="lanmu";//文本字段
CheckBoxList1.DataValueField="id";//文本ID
CheckBoxList1.SelectedValue="22";
CheckBoxList1.SelectedValue="24";
CheckBoxList1.DataBind();//捆定现在前台ID=24哪个项目被选种!!
但是我要实现多选!!
意思就是前台ID=24 和22的项目都要被选种~!请问怎么做!!
大哥些我没分了!!希望好心人帮帮忙~!