Hi all
I have a custom master page that i want to add some ajax controls to it (HoverMenuExtender, confirmButtonExtender, etc...)
I followed the steps mentioned in http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3
But none of the ajax controls work and I get a javascript error:
Message: '$common' is null or not an object
when I replace the asp ScriptManger with <ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server" />
it gave me the following error:
Message: Sys.ArgumentUndefinedException: Value cannot be undefined.
Do I have to install MOSS SP1 ?
please tell me if I missed something and what can be done to solve this.
thanks
Mina