How to use 'VaryByControl' on ASP.NET 1.1?

A

ABC

<%@ OutputCache Duration="5" VaryByParam="none"
VaryByControl="lblCustomerCode" %>

I have this error when I run my application. How should I to do?



Parser Error Message: The 'VaryByControl' attribute is not supported by the
'OutputCache' directive.
 
C

Christopher Reed

VaryByControl is not supported for pages under 1.1, only user controls.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top