Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clearing a portion of a Form
Message
 
To
09/04/2009 15:48:31
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Application:
Desktop
Miscellaneous
Thread ID:
01394032
Message ID:
01394168
Views:
48
One solution is using Control.Tag Property

You can set and get any object that contains
info about your controls in .Tag property and
later loop through the controls to find the
specific ones based on the data which you saved
with them.

Control.Tag Property
http://msdn.microsoft.com/en-us/library/system.windows.forms.control.tag.aspx

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform