Ver originalfor (int i = 0; i < gvList.Rows.Count; i++){ if (((CheckBox)gvList.Rows[i].FindControl("cbSelect")).Checked) { }}