Asp.net页面之间传递参数的几种方法通过URL链接地址传递果你的页面中用到了MasterPage的话Server.Transfer传递的PreviousPage就无效了,不知道这是什么原因.所以在用到MasterPage的话,最好用Session或是Context.Items["username"]来实现.