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
100
WebAsyncRefreshPanel doesn't refresh with a big amount of data
posted

hi

We've implemented a WebAsyncRefreshPanel, refreshing in a page, based on data in an XMLDocument that transform itself to HTML throught xslt 

The data are asyncronously loaded.

When data are "small", everything work fine, but with bigger data, the server side procedure fill the XMLDocument (correctly ,in debug), but the panel is rendered to WEB page without any contents.

If the same Panel is rendered on first load , without using the async "refresh" behaviour, it loads correctly.

That's why we thing it's strictly related to refresh AND data size, not to the page itself or the data

We already tried to extend timeout property but with no results

Thanks

 

  • 120
    posted

    i have the same problem. i reduced the number of charts and it works. i also tested not putting any data and just let is sit for 30 secs and it also fails. whats with that ... by the way, what timeout settings did you changed? is that in the WARP?