Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# question - how to tell if checkbox is checked?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01305128
Message ID:
01305302
Vues:
6
To shorten it up you can also write:
if (this.chkAutoRequery.Checked) {your code here}
>This worked:
> if (this.chkAutoRequery.Checked == true)
Semper ubi sub ubi.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform