string dasdas = ((CheckBox)this.Controls["guna2CheckBox" + i.ToString()]).Text = ""; if (dasdas.Checked == true) { konlar.Add(i); } else if (guna2CheckBox1.Checked == false) { konlar.Remove(i); }