void btnShowAll_Click(object sender, EventArgs e) { foreach (Control c in Page.Controls) { if (c is CheckBox) { CheckBox chkbob=(CheckBox)c; chkbob.Checked=true; } } }
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend