你传递过去的时候,直接
<%
  If Request.QueryString("data") <> "" Then
      numValue = CInt(Request.QueryString("data"))
  End If
%>就可以用了。