I need to come up with a smarter/simpler way of doing ajax calls in our current .net webforms app. I know jQuery basics and I like it alot. I'm thinking of proposing to my team the use of jQuery to directly call .net Page Methods as described here.
Does anyone know of any problems/limitations with this approach? Is there a simpler way of doing things? MVC is not an option.
Thanks
Note: You can assume that I'm happy with using JSON. I'm basically asking for any known flaws.