Hi!
I started using Ajax Control Toolkit when developing webparts in Sharepoint 2010.
I ran into a problem that requires Ajax ToolkitScriptManager and SharePoint 2010 uses asp.net SckriptManager.
Can you help me and suggest how to solve this problem?
If I use in webpart ToolkitScriptManager, then I get an error that should be only one ScriptManager.
Sorry for my English.
WBR,
Dmitry
Comments: Hi, I was wondering if anyone could help me, i have created a web part using the AsyncFileUploader in the AjaxToolkit. If i use the Ajax 3.0 dll reference there are no errors on the page but the control doesn't upload a document correctly (when debugging the jquery, it fails after this line " return handler.call(element, new Sys.UI.DomEvent(e));") When using the 3.5 toolkit the upload control uploads the file perfectly but the page complains that there needs to be a toolkitscriptmanager on the page not the scriptmanager. I have tried replacing the scriptmanager on the master page with the toolkitscriptmanager and adding the Ajax reference and adding it to the web config file as a safe control but the page still has the errors like: -sys is not deined -type is not defined -cannot read property 'UI' of undefined Please could someone give me suggestions as to what the problem could be, or suggest a better way of creating a multiple uploader in SharePoint 2010 (the control is part of a long submission form)
I started using Ajax Control Toolkit when developing webparts in Sharepoint 2010.
I ran into a problem that requires Ajax ToolkitScriptManager and SharePoint 2010 uses asp.net SckriptManager.
Can you help me and suggest how to solve this problem?
If I use in webpart ToolkitScriptManager, then I get an error that should be only one ScriptManager.
Sorry for my English.
WBR,
Dmitry
Comments: Hi, I was wondering if anyone could help me, i have created a web part using the AsyncFileUploader in the AjaxToolkit. If i use the Ajax 3.0 dll reference there are no errors on the page but the control doesn't upload a document correctly (when debugging the jquery, it fails after this line " return handler.call(element, new Sys.UI.DomEvent(e));") When using the 3.5 toolkit the upload control uploads the file perfectly but the page complains that there needs to be a toolkitscriptmanager on the page not the scriptmanager. I have tried replacing the scriptmanager on the master page with the toolkitscriptmanager and adding the Ajax reference and adding it to the web config file as a safe control but the page still has the errors like: -sys is not deined -type is not defined -cannot read property 'UI' of undefined Please could someone give me suggestions as to what the problem could be, or suggest a better way of creating a multiple uploader in SharePoint 2010 (the control is part of a long submission form)