Hi.
I am working in AJAX and i want to use ScriptManagerProxy. How can we use this control and define can i use this control in one or two times in our application.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Feb 17, 2012, 3:36 AM
When a ScriptManager control is already defined in a parent element (or master page or host page already contains a ScriptManager control) then used ScriptManagerProxy control to enables nested components and user control to add service and script.
When you use the ScriptManagerProxy control, added to the script and service collections defined by the ScriptManager control. If you do not used specific scripts and services on every page that includes a particular ScriptManager control. Add them to individual pages by using the ScriptManagerProxy control and remove those scripts and services from ScriptManager Control. The ScriptManagerProxy control requires specific settings in a web.config file in order to function correctly.
Please refer the below links
http://www.aspxcode.net/free-asp-net-ajax-source-code.aspx?Topics=How%20to%20Use%20ScriptManagerProxy
http://www.asp.net/web-forms/videos/aspnet-ajax/how-do-i-use-an-aspnet-ajax-scriptmanagerproxy
Thanks