Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code Question
Message
De
28/08/2015 18:36:59
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Code Question
Versions des environnements
Environment:
C# 4.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01623961
Message ID:
01623961
Vues:
78
I think there's a simple answer to this but I can't think of it or find it.
I want to set the character casing of all textboxes on a form to upper.
I get this far and can't access the charactercasing property of the control.
Any help appreciated.
      foreach (Control c in parentForm.Controls)
            {
                if (c is TextBox)
                {

                }
            }
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform