Following is the web site environment I created:
- I have a Master page.
- I have created a Child page from it.
- I have placed Script Manager on the Master page.
Now I want to access that Master page's Script Manager to create a User Control dynamically in my code behind (C#) file.
How can I access Script Manager placed on master page to my child page.