jquery不会调用pagemethods
我希望 jquery 成功返回调用 pagemethod 的结果。 我逐个字母地复制了每个示例,并将其粘贴到我的网络项目中,但无济于事。
我已经在 VS 2005 和 VS 2005 上尝试过示例。 2008 年——没有任何效果。 我尝试了上面的例子 - 没有。 我在忽略什么?
I want jquery to successfully return the result of a call to a pagemethod. I have copied each example, letter for letter, and pasted it into my web project to no avail.
I have tried examples on both VS 2005 & 2008 - nothing works. I tried the example above - nada. What am I overlooking?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定这是否有帮助,但不久前,当启用 Firebug 附加组件时,我在从 FireFox(3.5 beta)调用 PageMethods 时遇到了问题。 禁用 Firebug 后,它就可以工作了。
从那时起,Firebug 和 Firefox 进行了更新,现在可以使用了。
I'm not sure if this helps, but some time ago I had problems calling PageMethods from FireFox (3.5 beta) when the Firebug add-on was enabled. With Firebug disabled, it worked.
Since then there was an update of Firebug and Firefox and now it works.