在Eval

时间:2016-08-19 02:52:06

标签: asp.net if-statement eval

我有一个来自.asp的代码,并希望将其转换为.aspx,如何以适当的方式为代码转换它。代码如下所示。谢谢。

if isnull(RSTrx("notVerifyRsn")) and not isnull(RSTrx("notVerifyRsn")) then
                                reason = trim(RSTrx("notAppRsn"))
                            elseif not isnull(RSTrx("notVerifyRsn")) and isnull(RSTrx("notVerifyRsn")) then
                                reason = trim(RSTrx("notVerifyRsn"))
                            end if

0 个答案:

没有答案
相关问题