firefox - "Server method 'x' failed" when leaving the page during an ajax.net request -


When I'm in the middle of an AJAX, I'm getting "Server Method 'X' unsuccessful 'in Firefox Net request And I leave the current page.

This is generated by MicrosoftAjax.debug.js, line 5475:

Result = New Sys.Net.WebServiceError (incorrect, string .format (Sys.Res.webServiceFailedNoMsg, methodName), "", "");

But I did not know why it shows, and why this happens only in Firefox.

Example: Search Results You are still loading, while navigating to a different page and navigating. You should get the error.

< P> Could it be that the search button is a 'post' and an Asyn call back?

Comments