Hi
Using framework 1.1
Trying to get the auto complete working and im getting 'Class is
undefined', i have removed the addNameSpace and used the newer method
below
if(typeof MS == "undefined") MS = {};
if(typeof MS.Web == "undefined") MS.Web = {};
if(typeof MS.Web.AutoComplete == "undefined") MS.Web.AutoComplete = {}
;
But i now get the error on this line.
MS.Web.AutoComplete = Class.create();
I have added the web.config changes as suggested.
<configuration>
<configSections>
<sectionGroup name="ajaxNet">
<section name="ajaxSettings"
type="AjaxPro.AjaxSettingsSectionHandler,AjaxPro" />
</sectionGroup>
</configSections>
<ajaxNet>
<ajaxSettings>
<oldStyle>
<includeMsPrototype />
</oldStyle>
</ajaxSettings>
</ajaxNet>
<system.web>
etc...
But still no good, any ideas?
--~--~---------~--~----~------------~-------~--~----~
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/
Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
The open source project is now located at
http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxPro
-~----------~----~----~----~------~----~------~--~---