Use AjaxPanel in PageTemplate

Posted by Community Admin on 03-Aug-2018 15:21

Use AjaxPanel in PageTemplate

All Replies

Posted by Community Admin on 13-Jul-2011 00:00

How can I use a AjaxPanel to refresh only the content of my masterpage?I tried to insert the Radscriptmanager in the masterpage and than in the usercontrol I use the radAjaxManagerProxy but it didn't work.

Stefano

Posted by Community Admin on 15-Jul-2011 00:00

Hi Stefano,

Can you tell me if by " only the content of my masterpage " you mean you want to refresh only the content of the panel, not the whole page? If that is the case you have to register RadAjaxManager in the Page_Load method of your masterpage:

RadAjaxManager ajaxManager = new RadAjaxManager();

Best wishes,
Victor Velev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 15-Jul-2011 00:00

I attach the image with the code. It didn't work again. It's possibile that donn't work because I use a trial version? or it is bad installed?

Posted by Community Admin on 15-Jul-2011 00:00

Hello Stefano,

Can you send me the controls files so I can look at it in more depth?

All the best,
Victor Velev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed