I am using Response.BinaryWrite to export a PDF to my web page. This works fine - when the code behind is finished I am prompted to Open or Save the PDF file.
However, this process is triggered by clicking a "Run Report" button on the web page and as part of running the report and exporting it to PDF, I need to update the web page. This is not happening. It appears that once I do Response.BinaryWrite, any changes to the controls on the web page itself are ignored.
Does anyone know a way around this?
Thanks,
John
However, this process is triggered by clicking a "Run Report" button on the web page and as part of running the report and exporting it to PDF, I need to update the web page. This is not happening. It appears that once I do Response.BinaryWrite, any changes to the controls on the web page itself are ignored.
Does anyone know a way around this?
Thanks,
John