Im making some of my ajax visible for google. To do that, I have to provide html snapshots of my content based on a querystring (escaped fragment). The problems is, some of my html are returned by webservices calls.
I have a class, called Site.ajax._search, with webmethods inside, like:
[WebMethod(EnableSession = true)]
public string ReadSearch(string nm_what, string nm_where, int pageindex)
{
}