我有一个来自.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