The only way you can pass information between ASPX and ASP is to use the querystring or cookies. The two technologies can't share session information. You could also use a database but you would need to identify the user by means of a cookie so this is really just using cookie data.
Peter
-------------------------
Work smarter, not harder