AjaxPro has worked flawlessly until now, but suddenlyI am encountering this behavior: I have several Infragistics masked edit controls on a page, but the same behavior occurs with asp.net and also HTML text boxes.Here is the problem: the first control is phone, second is ssn in the blur event of phone, I call a serverside function (c#), pass 4 parameters. The server-side function executes correctly. (I am single stepping) When the server-side function is done with phone, it just begins processing the ssn server-side function. It is as if the ssn control has received the focus, gotten input and is now executing its blur event, all asynchronously. This then occurs in an infinite loop I wonder if it is possible to switch the call to synchanous mode? It seems that that might solve the problem, but I just don't know. This brings my project to a grinding halt. Any help would be greatly appreciated. Thanks Walt
--~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
