Rank: Newbie Groups: Member
Joined: 7/11/2007 Posts: 8
|
<%@ OutputCache Duration="60" VaryByParam="*" %>
I noticed if I try the above the Javascripts break
I think that it is because the java include files change per page request so if the HTML is cached the links all break
i.e. this id will change per request
<script type="text/javascript" src="/root_dir/eo_web.ashx?id=55e448db-a5bf-46df-a666-ccaad0f55183"></script>
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
Those IDs should not change. However you can only use this on a Page, not on a User Control if the user control uses our controls.
Thanks!
|