0

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

Subin Jacob
  • 4,692
  • 10
  • 37
  • 69
Ching Chang Chung
  • 215
  • 1
  • 5
  • 14

2 Answers2

1

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

Shai Aharoni
  • 1,955
  • 13
  • 25
1

use a ScriptManagerProxy on your child pages/user controls

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

Kev
  • 286
  • 2
  • 5