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 ...
In the midst of the often amorphous constellation of ideas and efforts known as Web 2.0, there are refreshingly concrete examples of great technologies being created and used by enthusiastic ...