should work, but how are you retrieving? foreach (ListItem li in CheckBoxList1.Items)
{
  if (li.Selected)
     Response.Write(li.Value);
}