This is a migrated thread and some comments may be shown as answers.

Ajax controls in SharePoint application page causing postbacks

1 Answer 180 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 1
Nick asked on 13 Nov 2008, 05:43 PM
I built an ASPX page from scratch using a combination of the RadGrid, RadAjaxManager, RadComboBox controls ultimately to be used as an application page in SharePoint.  Everything works well and the controls are using AJAX postbacks.  I deploy the page to the LAYOUTS directory in SharePoint and it still works.  However, as soon as I convert the page into a content page and point it at SharePoint's application.master file, all the controls start doing full postbacks.  The functionality (paging, sorting, filtering, etc.) still works but all the AJAX goodness is gone.  The only thing that had changed in the page itself is the pertinent content was wrapped up in <asp:Content> controls.  The ScriptManager, RadAjaxManager, etc. controls were still there.  I attempted to put the javascript "fix" on the page as well as referenced here but to no avail.  Can somebody help me out?

Thanks!
Nick

1 Answer, 1 is accepted

Sort by
0
Martin
Top achievements
Rank 1
answered on 04 Feb 2009, 09:59 PM
Hi, I don't know if this will help for your problem, but at least you can try. It work for me and ajax: Ajax second postback.
Tags
Ajax
Asked by
Nick
Top achievements
Rank 1
Answers by
Martin
Top achievements
Rank 1
Share this question
or