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
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?