PageMethods is not Defined in ASPX Page

前端 未结 4 950
猫巷女王i
猫巷女王i 2020-12-17 10:32

I\'m looking at some old code that I can only assume worked at one time.

MyPage.aspx:

function GetCompanyList(officeId) {
    var co         


        
4条回答
  •  暖寄归人
    2020-12-17 11:16

    One answer from another solution that I think should be represented is if this error occurs on your server but not locally is to place the empty MyPage.aspx placeholder file and now it works on the production server too.

提交回复
热议问题