Previous Code Entry
Left Arrow
Splitting IF statement in multiple lines
Current Code Entry
Next Code Entry
ASP Classic - Loop through QueryString and display values in order
Right Arrow
How to check if value is NULL
Article Entry Date: February 2,2024 @ 05:14:47 / Last Updated On: February 2,2024 @ 05:15:15
How do you tell if a value is NULL in ASP Classic and show a message?
In this short but very powerful code, we will check to see if the Value is NULL or if it has data.


In this code, we will check if the data exists; if it does, we will show the data; if it does not, we will display a notice to the user.