Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# question - how to tell if checkbox is checked?
Message
From
25/03/2008 05:28:13
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01305128
Message ID:
01305218
Views:
6
>Try
>
>
if (this.checkbox.checked == true) {... }
>
Or just:
if (checkBox.Checked) { }
Previous
Reply
Map
View

Click here to load this message in the networking platform