Hi i have a querystring value which is use to locate a record from a database. I have set up a validation which redirects the user to a URL if they input an incorrect querystring value in the address bar. My question is, how do i redirect the user if they input a text value into the querystring variable instead of an integer.
E.g.
http://www.website.com.au?num=sfdsdf
Thankyou