Hi All,
I have a WCF service in an ASP.NET AJAX app that is returning json. Im using MS AJAX and the client PageRequesManager to run the service after each endRequest for any partial page updates. The user has a form, they update data and submit and the service needs to grab the latest data. When I debug using FF and FireBug, everything works like a champ. Exactly the way I coded it, however when I run the app in IE, surprise!!! The initial call is current, but subsequent calls were not returning new fresh data. I verfied by adding a record and then doing a ".length" on the JSON object. It should have incremented by 1. I was trying to do some limited debugging using IE Developer Toolbar and Fiddler {which I really don't understand yet}, but I saw a button in the Developer Toolbar to clear the browser cache. I gave it a shot, and kaboom!!! IE starts working as I would expect. I did this one time on my local developer box and it worked, but for how long who knows?? and What can I possibly do for the users of this application? Can I force IE to somehow 'get-latest' if you will? This app of course, is intended to run in IE. Most of the users have likely never even heard of FireFox unfortunately. Has anyone had a similir problem? Any ideas would be appreciated. I didn't post any code as I am not near the source, and basically its ABC plain vanilla javascript. I code similiar to Javascript:The Good Parts by Crockford if thats any indication of quality.
Thanks for any ideas, ~ck in San Diego