Rank: Newbie Groups: Member
Joined: 8/19/2008 Posts: 1
|
My application has a long running series of Oracle database statements (inserts, updates, etc.) that are executed by ProgressBar1_RunTask. Everything works great until the very last statement of the routine. At this point, I need to redirect to another page that displays the results. I'm currently using a simple response.redirect statement but I get the error message below.
"Cannot redirect after HTTP headers have been sent."
Is there a fix or workaround for this?
Thanks,
Dave
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi Dave, This behavior is by design. The following post covers the same problem: http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=1969Please take a look and see if that helps. Thanks!
|