I tried to use response.write in the afteredit event. I followed the instruction to include flush_output before the response.write. The content is printed with response.write but get the following error after the content:
Response object error 'ASP 0156 : 80004005'
Header Error
/test/NCRex/output/include/aspfunctions.asp, line 1158
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
How can I resume my application?
Chris.