I am also stuck on this one.  I am trying it with VS2003 and
AjaxPro.dll v6.5.17.1

I think I have configured everything like you suggested, and like I saw
on that example page.  I even changed
"addNamespace("MS.Web.AutoComplete");" in autocomplete.js to:

if(typeof MS == "undefined") MS = {};
if(typeof MS.Web == "undefined") MS.Web = {};
if(typeof MS.Web.AutoComplete == "undefined") MS.Web.AutoComplete = {};

This is how you suggested in the "addNamespace is removed from
JavaScript code" post
(http://groups.google.nr/group/ajaxpro/browse_thread/thread/63f51a75147a928b/97dfec8214fe9c49).
 But now that I have that working, I am getting an error saying 'Class'
is undefined ... for this line in autocomplete.js:

MS.Web.AutoComplete = Class.create();

Any ideas on how we should be doing this with the newer version of the
dll?


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