Use AjaxPanel in PageTemplate
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
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();
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