views:

147

answers:

1

I am going crazy. I have tried dozens of examples and I have yet to get jquery to successfully return the results 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 am clearly missing something so obvious and stupid but what the heck is it?

I have tried examples on both VS 2005 & 2008 - nothing works. I tried the example above - nada. What am I overlooking?

A: 

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.

M4N