HI I am having problem with ajax when the master page is loading.In master page am not referencing any ajax controls.I am using ajax in content pages.So whenever the control transfers from content page to master page am getting the autocontrol.cs
not found.I have tried so many possibilities but nothing is working.Pl help as soon as possible.I have to move my application to production within this week.Thanks in advance.
After ajaxcontroltoolkit 3.x, you should use ToolkitScriptManager instead of ScriptManager. And you could put the ToolkitScriptManager in the master page, and other page is no needed and then Add ScriptManagerProxy to the Content Page!
Chetan Sarode
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.
None
0 Points
1 Post
Ajax toolkit problem in Master page
Jan 07, 2014 12:56 PM|vino247|LINK
All-Star
15648 Points
2151 Posts
Re: Ajax toolkit problem in Master page
Jan 08, 2014 03:14 AM|Happy Chen - MSFT|LINK
hi,
I would suggest you put debug point(Break Point) here , run in debug mode, after pressing F5, press F10 to check the for loop.
if it turns out the real error message, please post the error message for us.
Could you provide any additional code or markup related to this issue?
It may be a bit easier to resolve if it can be easily reproduced.
All-Star
48393 Points
12161 Posts
Re: Ajax toolkit problem in Master page
Jan 08, 2014 11:07 PM|chetan.sarode|LINK
Hi,
After ajaxcontroltoolkit 3.x, you should use ToolkitScriptManager instead of ScriptManager. And you could put the ToolkitScriptManager in the master page, and other page is no needed and then Add ScriptManagerProxy to the Content Page!
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.