Response.Redirect  is  a  round-trip  redirection  
server->browser->server->browser  (display  a  new  URL  in  the  address  bar)  
 
Server.Transfer  is  a  server-side  redirection  
server->server->browser  (display  the  old  URL  in  the  address  bar)  

解决方案 »

  1.   

    to  pp4u(方便面(当天结贴)) 
    我知道它们的运行机制。transfer是不结束原页面的执行(大概意思),转而去执行另一个页面,而且可以在访问上个页面的公共属性,但是为什么 第二个页面的一些图片和css都没办法显示出来?
      

  2.   

    不可能,你检查一下你Transfer 的PAGE 中的 IMG / CSS 的URL 是否正确.
      

  3.   

    是你的网页问题,不是server.transfer的问题
      

  4.   

    to  erictang2003(),URL是正确的。
      

  5.   

    server.transfer()  不会有问题的