Following is the web site environment I created:
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.
I got it, its given in ScriptManager class itself.
System.Web.UI.ScriptManager.GetCurrent(this.Page);