Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
ajax enabled website refreshing on each callback
posted

hi

(if this post is not suitable for this forum please redirect it or suggest it for placing it into the appropriate forrum.)

I have build an web application and deployed it our internet in a partial trusted invoirment. I have used warp and changed the postbacks into hidden asynchronus callbacks. I have used webgrid, webcombo etc. controls inside warp.

My problem is that when callback is done through any of the control whole of the site is updated all images are downloaded again and again . How to prevent it . As i think when a webpage is  is loaded then all of the pictures related to it is loaded into the client memory. Then why it is refreshed all the time????

Does there is anyway to stop one the webpage is loaded and the callbacks are performing then why it is refreshing the images and all things on each of callback

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    Have you, by any chance, disabled caching in the browser you are using (many web developers have that disabled, although 99% of end users have it enabled since this is the default option)? I think this might be the reason for that.

    Also, can you please check this in different browsers, e.g.  IE 6/7, FireFox, etc and see if you are getting this only in one browser or in all, and how caching settings affect that.

Children
No Data