I have a method on a page tagged with webmethod and scriptmethod tags.
The method returns a collection of jquery function objects as JSON data without any problems and without the need to manually serialize it.
Now I'm trying to recreate the same method using the HTTPHandler, and wondered why I should now manually serialize the data.
What is the difference between the web method?
hilton smith
source
share