Hi
I want checked all ListItem In the checkboxList by defult because it binding from array.
the Check_Box_List.Items.Selected = true; is not working.
Error:
System.Web.UI.WebControls.ListItemCollection' does not contain a definition for 'Selected' and no extension method 'Selected' accepting a first argument of type 'System.Web.UI.WebControls.ListItemCollection' could be found (are you missing a using directive or an assembly reference?)