Friday, July 31, 2009

How can I make checked list box values checked at default?

I want to have the items in a checked list box display checked (as default) as soon as the form comes up. How can I do that in C#?

How can I make checked list box values checked at default?
checkbox1.checked = true;





(replace checkbox1 by the name of your checkbox)


No comments:

Post a Comment