Vb6 “Tag” property equivalent in ASP.Net?

后端 未结 8 1334
迷失自我
迷失自我 2021-01-12 11:19

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

8条回答
  •  日久生厌
    2021-01-12 11:57

    You can add attributes to some controls, but that seems to add some nasty HTML around the rendered control, something like

    ... (it might be a span though)

提交回复
热议问题