Server.Transfer

  • Thread starter Thread starter Robertk
  • Start date Start date
R

Robertk

Hi,
Getting this error when doing server.transfer( “response changed
error”) and it goes to an infinite loop.
Any ideas will be greatly appreciated
-R
 
Hi,

what is the page you are transferring to, and what is the source page? Are
you perhaps transfering to the same page as what's the source page?

--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net

Hi,
Getting this error when doing server.transfer( “response changed
error”) and it goes to an infinite loop.
Any ideas will be greatly appreciated
-R
 
Hi,
Getting this error when doing server.transfer( “response changed
error”) and it goes to an infinite loop.
Any ideas will be greatly appreciated
-R

I believe that Server.Transfer always throws a "Thead Abort" error.
Try catch and release.
 
Back
Top