ajax对大量数据操作超时
时间:2011-01-05 来源:爱上狗的狐狸
Sys.WebForms.PageRequestManagerTimeoutException:The server request timed out
那只要在两个地方做一下修改即可
第一
  <configuration>
  <system.web>
  <httpRuntime executionTimeout="36000" />
  </system.web>
  </configuration>
第二
在ScriptManager1在加一个超时限制即可
 相关阅读 更多 + 
    
  









