Vb6 “Tag” property equivalent in ASP.Net?

后端 未结 8 1343
迷失自我
迷失自我 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:46

    You can use asp:Hidden controls to store data between posts. Like will says, there's no sense to have a tag property if you lose it's value.

提交回复
热议问题