Previous Code Entry
Left Arrow
Check if Value exists in QueryString
Current Code Entry
Next Code Entry
Twitter Style Load More Results with jQuery and Ajax in Classic ASP & SQL Server
Right Arrow
Check if Value is a Number in QueryString
Article Entry Date: April 27,2022 @ 11:14:20 / Last Updated On: February 2,2023 @ 12:58:34
What if the value passed in an ID Query is not a Numerical value?
Then we check to ensure it is a numerical value before allowing it to proceed.

Assign our Variables and our Values first.




The IsNumerica() function allows us to check if the value passed is a number or text value.
We are checking to see if it is NOT a number first, showing the error if it is text, and then showing the actual values if it is a numerical value.