Question

I got this Error when I added ScriptManager on a "Site.Master" (Master Page)

All child webForm of site.Master that contains ScriptManager. produce this error.....

Only one instance of a ScriptManager can be added to the page.

help Thanks

Was it helpful?

Solution

use a ScriptManagerProxy on your child pages/user controls

http://msdn.microsoft.com/en-us/library/system.web.ui.scriptmanagerproxy(v=vs.110).aspx

OTHER TIPS

You probably have another instance of in one of the pages /user controls that inherits from this master page.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top