Custom SharePoint Master Page and AJAX functionality
-
Friday, April 13, 2012 10:30 PM
I have a web part page that uses custom master page. Web part page has a web part that uses AJAX for some of its functionality. If I use custom master page that AJAX functionality does not work however, if I use v4.master (out of box master page) AJAX functionality works just fine.
I am not sure what my custom master page is missing. I tried to compare both master pages but nothing was apparent to me; maybe I am missing something.
scriptmanager, form and body elements are ditto in both the master pages.
Any pointers or suggestions on what I can check?
All Replies
-
Saturday, April 14, 2012 7:18 AM
Hi,
Mostly this issue will occur when ajax is not configured or script manager is not registered. Check below articles for probable problems and solutions
http://praveenbattula.blogspot.in/2009/04/ajaxmaster-page-problem-in-sharepoint.html
Regards,Milan Chauhan- Proposed As Answer by Arun Kumar Arora Saturday, April 14, 2012 11:41 AM
- Marked As Answer by diffident Monday, April 16, 2012 7:49 PM
-
Monday, April 16, 2012 7:51 PM
Second article nailed down my problem. SPWebPartManager server tag was outside form tag. I moved it inside form tag and everything is hunky dory.

