Problem with displaying my Image..

Posted by Josh on Stack Overflow See other posts from Stack Overflow or by Josh
Published on 2010-05-04T16:08:29Z Indexed on 2010/05/04 16:38 UTC
Read the original article Hit count: 158

Filed under:
|
|

Here is my full problem so if anyone has any ideas or can offer some help, please let me know. I have a Website that will generate a Report and this Report takes some time to create. There is a MyReport.ASPX file that has a form1, Image1, and a ReportViewer control. There is also a MyReport.cs file that has C# code to generated a HTMLText string that the ReportViewer control will display. When I pull the Website up in the browser, the MyReport.cs file creates the Report before MyReport.ASPX ever gets called so my Image1 (which I need to display while the Report is being created) never gets displayed until AFTER the Report is created and displayed.

What do you suggest I do here? If I did not supply enough information, please let me know what else you need to know and I will gladly post it.

Thanks,

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET