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

RadNotification MasterPage and RadAjaxManager

1 Answer 238 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Yash
Top achievements
Rank 1
Yash asked on 09 Aug 2011, 06:49 PM
Hi,
I have this scenario
1. A master page with a RadNotification Control and RadAjaxManager
2. Bunch of Content Pages which inherit the master page and also every content page has a RadAjaxManagerProxy
3. Controls on Content Pages which want to interact with RadNotification through Ajax.

I followed the steps you followed in the sample project you provided to a similar post that was asked previously. But in your sample project, it does a normal postback but not a Ajax-PostBack. The example works if there is a normal postback.

My question is, how will I link my content page controls with Master Page controls through RadAjaxManager.

Thanks in Advance.

regards
Yash

1 Answer, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 11 Aug 2011, 01:30 PM
Hello Yash,

  I am sorry for the omission in the original project. It comes from the fact that there are no UpdatedControls defined, thus the RadAjaxManager would not perform an AJAX request. You can find attached the modified version of the code which uses the approach recommended in this help article for ajaxifying controls from the master page. Please examine this example and try to incorporate this functionality in your actual project.


Best wishes,
Marin
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Notification
Asked by
Yash
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or