Safari on iPad occasionally doesn't recognize ASP.NET postback links

后端 未结 4 1396
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-16 05:15

I\'m having a really hard time pinpointing the source of an intermittent problem in an ASP.NET web application running on the Safari browser on a third-generation iPad runni

4条回答
  •  遥遥无期
    2020-12-16 05:40

    This SO post is similar, and says this can happen when page Output Caching is enabled.

    asp.net: __doPostBack not rendered sometime

    Are you using OutputCache?

提交回复
热议问题