Totally agree with the use of .Tag. The tag property is for "User-defined data associated with the object".
You can access it in Code as
label1.Tag = "Something here";
string s = label1.Tag.ToString();
but it isn't displayed on the UI so the user never sees it.
Reputation Points: 512
Solved Threads: 246
Nearly a Posting Virtuoso
Offline 1,260 posts
since Aug 2009