I've seen people say that we shouldn't use PageMethods and should stick with using web services as is currently written, however, I've not seen a reason why. My situation right now is that I want to combine the HoverMenuExtender and DynamicPopulateExtender to display a preview of an item for my gridview. However, my site uses forms authentication, and if I try to pull the html (screen grab) from the page, I just get the forms login page. So I'm curious as to why I shouldn't use a page method which wouldn't have the authentication problem. We already have a webservice running, and I'd rather use that webservice, but since it seems like I can't - I'd rather use a page method then start another webservice.
HTH, rchern.
Churned Ajax ToolkitPlease choose "Mark as Answer" for the posts that lead you to a solution.