G
Guest
i have an aspx page, i do a response.write ( some html)
then response.flush(
an error occurs (and on my webconfig i have <customErrors mode="On" defaultRedirect="./Error.aspx" >
Then i do a server.transfer to the page, in order to pass the last http context with the error ob
and on my Error.aspx.cs I have to build dinamically my page
The problem: The html flushed stays on the second page, i cannot clean my page anymore.
If you have any idea how to do this, please let me know
tes
www.askmars.com
then response.flush(
an error occurs (and on my webconfig i have <customErrors mode="On" defaultRedirect="./Error.aspx" >
Then i do a server.transfer to the page, in order to pass the last http context with the error ob
and on my Error.aspx.cs I have to build dinamically my page
The problem: The html flushed stays on the second page, i cannot clean my page anymore.
If you have any idea how to do this, please let me know
tes
www.askmars.com