Hi all I have being going though postings with the same title and problem.
What I am encountering is that when the page that my ajax is on loads it throws 4 syntax errors. Here is what I have done: 1. downloaded ajaxpro 2. added .dll to the bin folder of my project 3. added httphandler tags and contents to the web.config file. 4. added a class to my project called AjaxData, into which I have put the method that will be called with the following method header: <AjaxPro.AjaxMethod()> _ 5. added the cmd to register my AjaxData class: AjaxPro.Utility.RegisterTypeForAjax(GetType(AjaxData)) 6. Went to the source code of my page and added the following to the dropdown list tag: onchange="LoadType(this)" 7. Added a reference to the javascript file at the top of the same page: <script language="javascript" type="text/javascript" src="Scripts/AjaxDataProvider.js"></script> 8. Compilied my project, and ran it I then get my 4 syntax errors, and when I select an item from my drop down list, the system throws an exception in the javascript code, when I am calling the AjaxData class. Any suggestions Mike55. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
