The thing I'm seeing is that I make the following call in the
Javascript
MyWebApp.Forms.MainForm.GetEventData(pollCallback);

It immediately invokes MainForm.GetEventData in the C# code...at this
point, I would expect that the service (GetEventData) would be invoked
synchronously (immediately) followed by the Javascript
callback...However, the service is invoked several seconds later...I
verified this with break points...this appears to act like an
asynchronous operation...I might have something setup wrong

MainForm Page_Load has the following line
AjaxPro.Utility.RegisterTypeForAjax(typeof(MainForm));
and my WebConfig has the the following statement
<httpHandlers>
    <add verb="POST,GET" path="ajaxpro/*.ashx"
type="AjaxPro.AjaxHandlerFactory, AjaxPro"/>
</httpHandlers>


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to