VS2005中使用AJAX报错提示为:
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 404         或 12023

解决方案:

在母版页中引进ScriptManager控件,内容页引入ScriptManagerProxy代理控件,注意母版页中ScriptManager控件作为页面第一个控件。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2021-06-06
猜你喜欢
  • 2021-09-30
  • 2021-08-08
  • 2021-11-14
  • 2022-01-02
  • 2021-10-23
  • 2022-12-23
相关资源
相似解决方案