When you load the .aspx page with the frameset definition, add the desired
QueryString values to the Session object. Then, when you want to have access
to the values from the other pages, just pull them from the Session object.
There's no way to access the information otherwise... remember they are
*completely different requests*.