Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check items in a CheckedListbox
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01030844
Message ID:
01030845
Views:
14
This message has been marked as the solution to the initial question of the thread.
Hey, Einar,

How about this?
for(int nCtr=0;nCtr<this.MyCheckedListBox.Items.Count;nCtr++)
	this.MyCheckedListBox.SetItemChecked(nCtr,true);
(and if you want to uncheck all, set the 2nd parm to false)

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform