Go Back   CodingForums.com > :: Server side development > ASP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-21-2007, 07:47 PM   PM User | #1
lbeckman
New to the CF scene

 
Join Date: Jun 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
lbeckman is an unknown quantity at this point
Question Caching stops code execution?

Hopefully I am posting this in the correct place this time, my apologies if not.

Anyways, I have some user controls which I want to use for fragment caching.

These controls contain a bunch of imagebutton controls which are supposed to call a method in the code associated with each user control which handles what the button is supposed to do and all.

These buttons work correctly when I do not cache the user control,
but when I add:

Code:
<%@ OutputCache Duration="60" VaryByParam="None" %>
to the user control page, caching it, clicking on the buttons seems to do nothing aside from refreshing the page.

Any insight would be of great use, thanks.
lbeckman is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:36 PM.


Advertisement
Log in to turn off these ads.