WEB개발
ASP NULL조건
스쿠터로세계일주
2011. 12. 7. 12:00
ASP 코드에서 null값을 체크하기 위해서는?
<% if isnull(rec) then response.write "NULL임..ㅎㄷㄷ"%>