Hey everyone,
I've been working with C# for over a year now, and I was wondering what other functionality the tag attribute has of a control, till now each .net control I've used (buttons, labels, textboxes, gridview, etc.) have a tag attribute that you can define.
I only know you can put something in it like a string of text.
The visual studio description says:
User-defined data associated with the control
Does the tag do anything else than that? Describe it's content? And where do you use if for? Has it been of use to any of you?