Hi guys, I have a function that gets a value input at the client (javascript) and then sets that value to a server-side variable. That function does not return anything. So I don't specify a callback function.
<code> CCLGenie.AjaxDetector.SetSearchable(name, bSearchable); </code> Because it takes some processing time (1 or 2 minutes) in executingthe SetSearchable function and I don't want the IE window to be frozen, I use the following code <code> CCLGenie.AjaxDetector.SetSearchable(name, bSearchable, dummy_CallBack); </code> But I am wondering if there is a better way to dictate async calls from sync ones. thanks, Chen --~--~---------~--~----~------------~-------~--~----~ 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/ The open source project is now located at http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxPro -~----------~----~----~----~------~----~------~--~---
