Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
For ... each control?
Message
De
04/07/2004 15:13:18
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00920575
Message ID:
00920588
Vues:
27
Joe,

Would something like this help?
for (int nCtr=0;nCtr<this.Controls.Count;nCtr++)
	if (this.Controls[nCtr] is TextBox)
           // run your code (maybe  this.Controls[nCtr].{function})  
HTH,
Kevin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform