Ciao ragazzi sapreste dirmi perchè questo codice mi da errore????
codice:
pag = cint(request.QueryString("id"))
	if (isnumeric(pag) or pag < 1) then
	page = 1
	        if not rs.eof then
		     rs.pagesize=20
		     rs.absolutepage=pag
	        end if
        end if
L'errore che mi da è il seguente:
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.