Access ScriptManager in a Master Page from Content Page
6/12/2008
| Author: Brian Pautsch
| Category: Code Snippets
| 7330 Views
|
I recently had to access the ScriptManager in a Master Page from one of the Content Pages.I first tried to perform a FindControl(), but there's a much easier way.There is a static method in the ScriptManager class ca...