Welcome Guest Search | Active Topics | Sign In | Register

Caching I notice that I cant to page or control Caching Options
Ray
Posted: Saturday, March 27, 2010 12:31:12 AM
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>

eo_support
Posted: Saturday, March 27, 2010 7:53:48 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,066
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.