开发者

Postbacks and output caching on user controls

开发者 https://www.devze.com 2023-02-01 05:40 出处:网络
There is a well known issue with using output caching on aspx pages which postback, where Asp.Net returns the cached page, instead executing the postback logic

There is a well known issue with using output caching on aspx pages which postback, where Asp.Net returns the cached page, instead executing the postback logic

I came across what seems like an elegant solution here

However this doesn't seem to work where the ouput caching in on the user control, rather than a page.

Can anyone suggest a workaround? Or am I missing something

T开发者_如何学JAVAhanks.

0

精彩评论

暂无评论...
验证码 换一张
取 消