A
Amil Hanish
I had an aspx page with output caching turned on. Then I wanted to do some
other stuff and I commented it out like:
<!--
<%@ OutputCache Duration="1800" VaryByParam="t" %>
-->
The IDE correctly shows this as a green comment...but don't be fooled. .NET
still processes and caches the output. In my case, the ClientID values
started being duplicated for a DataList object.
Amil
other stuff and I commented it out like:
<!--
<%@ OutputCache Duration="1800" VaryByParam="t" %>
-->
The IDE correctly shows this as a green comment...but don't be fooled. .NET
still processes and caches the output. In my case, the ClientID values
started being duplicated for a DataList object.
Amil