Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all, i am creating the website in that i am having three master pages and also am using ajax controls and telerik controls now i had a pblm i want to define the scriptmanager in both master and content pages what i have to do know ...
Posted
Comments
[no name] 17-Sep-12 8:27am    
you need to define the script manager on content page because you have using ajax control on content page rather than on master page

1 solution

Hi,
RadScriptManager and ScriptManager both are probably same.
Take RadScriptManager in all three master pages. And if required then take RadScriptManagerProxy in content pages.

If you have the script manager in your master for instance which will go across all pages but you want a script manager reference in an underlying page or user control. In that instance you can add multiple proxies. If you added another script manager then you'll get the error on the page

--Amit
 
Share this answer
 
v2
Comments
echosound 17-Sep-12 8:36am    
am getting the result by adding a scriptmanger instead of radscriptmanager and add a scriptmanagerproxy into my contentpages is that getting any error in future
_Amy 17-Sep-12 8:38am    
No, you won't get any error. I would suggest you to use RadScriptManager if you are using telerik controls.
echosound 17-Sep-12 8:44am    
but , i am using both ajax and telerik controls into my forms

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900