在 aspx 页面上的 TD 中使用 databinder 语法?
我认为这应该是可能的或类似的事情:
<td <%# "style=" DataBinder.Eval(Container.DataItem, "CustName") == "T" ? "border:none" : "border:solid"%>>
但它不适合我。
有办法做到这一点吗?
谢谢!
I'm thinking this should be possible or something like it:
<td <%# "style=" DataBinder.Eval(Container.DataItem, "CustName") == "T" ? "border:none" : "border:solid"%>>
But it's not doing it for me.
Is there a way to do this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定,但尝试这个
或在 cs 文件上创建一个公共方法,就像这个
用户一样:
I am not sure but try this
or Create a public method on the cs file like this
user:
我不知道你是否可以这样做,但你可以尝试这个:
I don't know if you can do that, but you can try this instead: