codice:
id = request.querystring("id")
if id <> "" and not IsNull(id) then
id = CInt(id)
end if
Roby