I\'m looking for ideas and opinions here, not a \"real answer\", I guess...
Back in the old VB6 days, there was this property called \"Tag\" in all controls, that wa
I'm not sure what the tag property did in VB6, but maybe you're looking for the Attributes property of Web controls:
Attributes
MyImgCtrl.Attributes["myCustomTagAttribute"] = "myVal";