The text AjaxVB is the namespace of the example I used. You need to replace that with whatever namespace you are using within your code. Look for the 'Namespace' directive in your code or view the Project Properties in VS2003 and see what the default namespace is.
If you want you can email me the sample.
Joseph Guadagno
On 6/14/06, eliassal <[EMAIL PROTECTED]> wrote:
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
-~----------~----~----~----~------~----~------~--~---
