Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am suffering from a very unusual problem. I created a functionality where a dialogue box appears on client's screen so that he can download his respective data.
Because of content.disposition I was unable to hide progress image so I used img alt feature where I wrote "Processing your request...". So now when user hits the button than initially for some time progress image appears and after that when data is mined from the data table than my page automatically takes a kind of post back by which image gets hide and its alternate text appears. All this was pretty ok as far as user was notified that something is happening at the back for his data but when i uploaded the functionality to live than image doesn't gets hide at all and even if the dialogue box appears on the screen than still the image stays there on the page. I am not getting why this is hapening, I am not even using any update panel.

Any help will be sincerely appreciated.
Posted
Comments
Sandeep Mewara 23-Jun-12 10:49am    
It would be good if you share related code snippet too.
Azziet 25-Jun-12 2:15am    
please check again the code ,have you written the image hiding code or not, and it would be good if you share related code.

1 solution

I made some tweaks in my code and solved it myself. Kindly look my other thread for the same prob.


Hiding spining image after the download box apperaence in update panel.[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900