Hello,
I'm using the CKS Extension for Visual Studio 2010 to create Visual Webparts that can be deployed into a sandbox. Now I'd like to have some eye-candy in form of ajax components. So I installed
the Ajax Control Toolkit and installed the DLLs into the GAC. My project compiles and deploys without problems but my visual web part seems to be missing css/javascript content that should be generated by the AJAX Control Toolkit.
Is there a problem with javascript/css content that's being added by the Ajax Control Toolkit into a sandboxed visual web part? (security issues?) I'm stuck with this issue as I'm not able to use
AJAX mechanisms in a sandboxed visual web part atm.
Any help would be appreciative.
- Marcel