im currently trying to improve the performance of a site using umbraco with .NET usercontrols and AJAX. On one page there is a list of items and I would like to add caching to this page. There are buttons with ajax on the page aswell. However when I try to add caching I get the error message saying that the update panels cannot register with the scriptmanager (I assume this is since the usercontrol is cached but the scriptmanager is not in the actual usercontrol.
Is there a way to use caching on a page together with buttons with ajax callbacks? Or is this just not possible?
Caching and AJAX
Hey!
im currently trying to improve the performance of a site using umbraco with .NET usercontrols and AJAX. On one page there is a list of items and I would like to add caching to this page. There are buttons with ajax on the page aswell. However when I try to add caching I get the error message saying that the update panels cannot register with the scriptmanager (I assume this is since the usercontrol is cached but the scriptmanager is not in the actual usercontrol.
Is there a way to use caching on a page together with buttons with ajax callbacks? Or is this just not possible?
Would appreciate any help or pointers.
Hey Tobias, Did you ever figure this out?
is working on a reply...