Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
885
Getting javascript error in a User Control?
posted

Hi,

       I have a WebHTLML Editor and WebSpellChecker in a User control and i am loading the user control dynamically inside the Update Panel. When a asynchronous post back happens i am getting an error message that "ig_spellchecker.js" could not be loaded. When i add the script reference via script manager, i am not getting the error. I want to know why there is an error occurs when i have the control inside an Update Panel but not outside. Also i want to know the following

1) What is the fix for this issue?

2) Should i add all the scripts that is being referred by the WebHTLML Editor and WebSpellChecker in the Script manager and if so what are the files that are referred by these control?

Thanks,

Raja.