Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,

I am using xml file to dynamically load (show) images using flash.
Each time user chooses a product category, the xml file is modified and relevant xml file is generated using C# code.

It works fine in Mozilla Firefox and Chrome as well as other web browsers.

But in the case of Internet Explorer, the xml file changes but it is not reloaded and the old xml data is loaded and displayed in browser.

Please tell me if anyone has solution for my problem.
I am using ASP.Net with C#.

Thanks in advance.
Posted
Updated 9-Apr-12 2:15am
v2
Comments
vino2012 9-Apr-12 8:19am    
You problem is on clientside(flash,javascript) or serverside(c#).......
post your code to......

Hi,

a similar problem was discussed in silverlight forum:

http://forums.silverlight.net/t/77202.aspx/1[^]

If it's not resolving your problem, you're welcome with code example from your application.

With Best Regards
 
Share this answer
 
v2
Comments
Ankur\m/ 9-Apr-12 9:09am    
Certainly a Cache issue, more specifically - how a browser caches a response. 5!
nawazish12khan 10-Apr-12 2:02am    
Great Thanks....
El_Codero 19-Apr-12 18:37pm    
thanks for your votes. Regards
Use fiddler to find out if the response is served from cache when browsed through IE. If that's the case, you if have to disable the caching for that page.
 
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