Answer:
It is a feature of the ASP.NET Framework that allows us to cache asp.net page partially.
example:
We may need dynamic output on one part of the page, but the other part of the page should remain static.
1)AdRotator: it is not cached even if the page is cached.
2)SubStitution control: we can use this control to display dynamic output even if the other part of the page is cached.
Asked In: Many Interviews |
Alert Moderator