asp.net - Can a page have multiple ScriptManagers? If yes then under what condition will it be required? -


Is there a single page manager in a page? If so, in what situation would it be needed?

No, you can not be more than one (emphasis my):

< Blockquote>

One page can contain only one script manager control in its hierarchy. To register services and scripts for nested pages, user controls or components, there is already a ScriptManager control on the parent page, use ScriptManagerProxy control for more information, ASP.NET UpdatePanel with the master page See Using Control


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -