1.检查web.config中是否加入对于asp.net ajax的支持的代码
    2.检查ScriptManager中是否设置了EnablePageMethods=true
    3.检查后台cs中是否引用的命名空间System.Web.Services或者加入了[System.Web.Services.WebMethod]
    4.后台函数必须是public static

相关文章:

  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2022-03-06
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
猜你喜欢
  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2018-04-02
  • 2021-08-23
相关资源
相似解决方案