Using Page Methods when adding the ScriptService attribute is overkill for a single page -- find out how to add the functionality directly using AJAX. Web services provide a great way to exchange data ...
$.ajax({ data: criteria, datatype: "application/json", type: "POST", url: "MI/DeleteItem/" + ItemID, cache: false, success: function (result) {... You've seen these ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results