I am wondering how do you pass a variable from one page to another? I know how to use the "Page.asp?name=John", but I want to pass a variable I am getting from a database so I don't know what "name" is, so I can't do that, I think. I know about "Request.Form" and "Request.QueryString" but my variable isn't in a textbox and it is somewhat sensitive infomation so I think that rules out both methods. Can anyone help?
Thanks in advance.
Thanks in advance.