CheckBoxList1.DataSource = ds; CheckBoxList1.DataValueField = "ClaveArticulo"; CheckBoxList1.DataTextField = "Descripcion"; CheckBoxList1.DataBind();