Yes, this could be a similar problem, but when implementing the onTimeout handler you should see this (as you will see this in Fiddler, too).
AjaxMethods running more than 5 seconds are not well done (my opinion). Long operations will still finish if the browser is already closed. What you can do is a method that will start the operation, a second one that will ask for the result every x seconds. Get rid of code that runs to long... Michael On 9/20/06, Mello <[EMAIL PROTECTED]> wrote: > > Maybe a timeout. > Try to set the timeout period of ajaxpro to a really high value. > > > > > -- Best regards | Schöne Grüße Michael Microsoft MVP - Most Valuable Professional Microsoft MCAD - Certified Application Developer http://weblogs.asp.net/mschwarz/ http://www.schwarz-interactive.de/ Skype: callto:schwarz-interactive MSN IM: [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
