I also debugged the js file. I have put a breakpoint on the line
"myProj.WebForm1.GetServerTime(GetServerTime_Async_Callback);". In the
output window when I type "?myProj", I get
{...}
WebForm11_class: {...}
WebForm11: {...}
When I type "?myProj.WebForm11" I get
{...}
GetServerTime: {...}
url: "/myAjaxProj/ajaxpro/myAjaxProj.WebForm11,myAjaxProj.ashx"
invoke: {...}
When I type "?myProj.WebForm11.GetServerTime"
{...}
getArguments: {...}
bind: {...}
So it seems to me that AjaxPro is doing its job correctly but VS2003 is
disabling something or Windows or IIS is hindering the ........Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---