gdboling
Member
While learning how to do this in ASP.NET I ran across several different solutions.
Server.Transfer
Request.QueryString
Request.Param
Session[]
Is there a BEST method to use, or does it always depend on the context of the web app?
Thanks.
Gregg
PS. The only one I could ever get to work right was when using Server.Transfer which seems like a pretty good method anyway.
Server.Transfer
Request.QueryString
Request.Param
Session[]
Is there a BEST method to use, or does it always depend on the context of the web app?
Thanks.
Gregg
PS. The only one I could ever get to work right was when using Server.Transfer which seems like a pretty good method anyway.