Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check if a check box is checked
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00980046
Message ID:
00980065
Views:
67
Hi Neil. Thanks a lot
Regards,

Gerard

>Gerard,
>
>You can interrogate the CheckBox.Checked property for true/false (bool).
>

>if (this.chkMyCheckBox.Checked == true)
>{
> MessagBox.Show("CheckBox ix checked";
>}
>
>Regards
>Neil
Previous
Reply
Map
View

Click here to load this message in the networking platform