Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
<pre lang="xml">&lt;meta http-equiv=&quot;Page-Enter&quot; content=&quot;blendTrans(Duration=0.2)&quot; /&gt;
   &lt;meta http-equiv=&quot;Page-Exit&quot; content=&quot;blendTrans(Duration=0.2)&quot; /&gt;</pre>

Using the above two lines , I was unable to download my .xlsx file , the page does not respond even if I cancel the file download(using response object in .ashx file)

The page is flickering , so I used these two meta tags> How can I smoothly perform file save/cancel operation ..? as the page is not responding and the  modal pop which display loading message is also not closed....


any suggestion is appreciated.
Posted
Updated 17-Oct-12 1:35am
v2
Comments
MT_ 17-Oct-12 7:22am    
Add proper subject Sir/Madam.

1 solution

please explain Ur problem in details?
 
Share this answer
 
Comments
[no name] 18-Oct-12 0:21am    
If I include meta blend trans tag in my master page, I was unable to download a .xlsx file, the response object prompts the save file diaolog , but the page is not responding and the downloading dialog is not closed, in save/cancel click action.More over I have been using a modal pop up to display "Please wait message" while the process is going on... I am using .ashx page to download the .xlsx file, in the .ashx file I have code to download .xlsx file using response object. I am hiding the iframe which has the .ashx page as src. I am creating iframe in client script block in my download button click event.before registering the client script , I am hiding the "please wait" pop up. Since I included the above two lines(blend trans) in master page header, the page is not responding and the download dialog is not closed in either cases(save/cancel). I am using these meta tags to hinder flickering effect in IE8. Moreover I am looking for another alternative to download .xlsx object, instead of this ifrmae and .ashx file generic handler...
any suggestion is appreciated

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