设置字段集的“图例”到看不见的
我可以在 C# 中使用另一个选项吗?为了显示这些图例之一,我需要满足一个条件。截至目前,我不知道如何将这个图例设置为从 .cs 端不可见......除非还有一些 .asp 等效项??? 有什么建议吗? 谢谢你!
Is there another option for the that I can use in C#? I have a condition that needs to be met in order to display one of these Legends. As of now, I don't see how I can set this legend to invisible from the .cs side...unless there is also some .asp equivalent???
Any suggestions?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在其上使用
runat="server"
属性并为其提供一个 id:,然后在后面的代码中使用该 id 来隐藏它:
You could use the
runat="server"
attribute on it and provide it an id:and then in the code behind use the id to hide it: