【发布时间】:2013-06-27 06:52:19
【问题描述】:
我想在 PendingApproval 值上设置可见性打开或关闭,但在数据库中 PendingApprovalfield 允许 null true 所以我收到错误代码
我收到此错误从类型“DBNull”到类型“整数”的转换无效。
style="margin-left:6px; margin-top:auto; display:<%# IIf(CTYPE(Eval("PendingApproval"),Integer) = 1, "block", "none")%>"
【问题讨论】: