Board index » Web Programming » error Could not load type 'System.Web.UI.IScriptManager'
|
HappyLi
|
|
HappyLi
|
error Could not load type 'System.Web.UI.IScriptManager'
Web Programming458
Hi, All, please find the error that i am finding below. i have an application that is using the ajax asp.net controls like updatepanel. I have visual studio 2005 installed on my developer machine. On the developer end this page is working perfectly but on the server end when i am uploading this in not working and it is giving the error below. can anyone please help me out. thanking you Shake - |
| Manish
Registered User |
Tue Jan 08 00:14:00 CST 2008
Re:error Could not load type 'System.Web.UI.IScriptManager'
Hi Shake,
did you drop the ScriptManager control before dropping the UpdatePanel control because ScriptManager is required to be the first control on the page before you could use the UpdatePanel control. I would recommend you to always create a AjaxEnabledWebsite rather than normal website when you want to use the Ajax controls in your App. Regards, Manish www.componentone.com "Abhishek Nair" wrote: QuoteHi, All, |
