Coding performances

Jesse replied to my post:

You can cache at the control level. If you are using ascx files, the directive works the same as the page caching directive. If you are using custom/composite controls, then you have to do some footwork to cache the results, but the Cache object is both powerful and easy to use, so you can give whatever granularity you want without much difficulty.

No Comments