pre { /*控制代码不换行*/ white-space: pre; word-wrap: normal; }

aspnetPager __doPostBack”未定义

 

今天在开发网站的时候,无意间发现一直使用的aspnetpager 在IE10下,突然间出现 __doPostBack”未定义 的情况,是因为aspnet内置的问题,需要添加一个文件目录到网站中

,这样网站就可以识别了

ASP.NET Browser Capabilities Update with IE10 and FF5 fixes for .NET 4

 

1.0.0

Two updated *.browser files for >IE10 and >FF5 on ASP.NET 4

To install ASP.NET Browser Capabilities Update with IE10 and FF5 fixes for .NET 4, run the following command in thePackage Manager Console

PM> Install-Package App_BrowsersUpdate

posted @ 2014-06-19 23:51  monkey's  阅读(242)  评论(0)    收藏  举报