How to catch the return value in json from a webmethod?

ryanjungle

New Member
Net and Webmethods for using JSONMy webmethod Return value is given as\[code\] return ResultValue; // which gives 1 as Return Value on SUcessfull insertion\[/code\]If the return value is 1 I want it to show in my JQuery as success for that how should I catch the return value which is in my webmethod??
 
Back
Top