Custom SharePoint Master Page and AJAX functionality
-
2012年4月13日 22:30
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?
全部回复
-
2012年4月14日 7:18
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- 已建议为答案 Arun Kumar Arora 2012年4月14日 11:41
- 已标记为答案 diffident 2012年4月16日 19:49
-
2012年4月16日 19:51
Second article nailed down my problem. SPWebPartManager server tag was outside form tag. I moved it inside form tag and everything is hunky dory.

