Just wanted to throw out something to be careful of. When you have a page based web service method and you are calling it through the ASP.NET AJAX Library, that web service method should not be marked as private. I had this hangup on me last night. I was thinking, gee, the method is private to the page...