Auto complete ERROR 404 in HTML (using ASP.NET and JQuery)

后端 未结 1 1828
春和景丽
春和景丽 2021-01-23 17:08

For some reason in asp.net project, my autocomplete won\'t work, I have tried different methods from using Data source in data connection but to no avail. I have already created

1条回答
  •  鱼传尺愫
    2021-01-23 17:41

    It is returning 404 not found. I think that GetSearch should be inside of an aspx or an ascx file. Webmethod works in System.Web context and in some point it will require Page.

    0 讨论(0)
提交回复
热议问题