Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
For ... each control?
Message
From
04/07/2004 15:13:18
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00920575
Message ID:
00920588
Views:
29
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
Previous
Reply
Map
View

Click here to load this message in the networking platform