public static void SelectALL(this CheckBoxList cbl) { cbl.SelectAND(Convert.ToInt64(Math.Pow(2, cbl.Items.Count) - 1)); }