I have a page that contains a Panel with a few controls and one that is inherited(btnDownload) from the Master page.
When the btnDownload is clicked, the code is going off and building a Dataset. This Dataset is built on a view which contains 200+ columns with only a few rows of data. I'm converting this data to Excel and saving it on a network location...I'm not displaying any data due to it's size.
The report gets created w/o any problems but the Panel_parameters object is never updated and the LoadingPanel1 is not being turned off.
Is there a way for me to force the object to update after report is downloaded to the network to force it to become updated?
The report is created and saved within 1 minute...When I modify the view to have less columns, e.g. 5 columns, all works well.
Thanks for your time
When the btnDownload is clicked, the code is going off and building a Dataset. This Dataset is built on a view which contains 200+ columns with only a few rows of data. I'm converting this data to Excel and saving it on a network location...I'm not displaying any data due to it's size.
The report gets created w/o any problems but the Panel_parameters object is never updated and the LoadingPanel1 is not being turned off.
Is there a way for me to force the object to update after report is downloaded to the network to force it to become updated?
The report is created and saved within 1 minute...When I modify the view to have less columns, e.g. 5 columns, all works well.
Thanks for your time