Ajax method call

Posted by LooDaFunk on Stack Overflow See other posts from Stack Overflow or by LooDaFunk
Published on 2010-12-22T10:50:41Z Indexed on 2010/12/22 10:54 UTC
Read the original article Hit count: 268

Filed under:
|
|
|

Hi,

I am trying to call a simple method in my code behind using Jquery with Ajax. But I get a 404 not found exception everytime. Unfortunately this is a web forms solution. So I dont have all the perks of MVC :(

It does get into the javascript method and gives the alert but won't go into my c# method. My previous experience of using this Jquery method is in an MVC website. Is it compatible with webforms sites?

Here is the code:

http://pastebin.com/Xdey4XTS

Thanks

Merry Christmas!

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET