views:

659

answers:

1

Is there a way to have the UpdatePanel control play nicely with output caching? I'd like to cache an entire ASP.NET page using the @OutputCache directive, EXCEPT for the UpdatePanel area.

+1  A: 

Have you looked at the asp:substitution control?

http://msdn.microsoft.com/en-us/library/ms228108.aspx

Joe R