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

[Solved] Using Ajax in a master page

1 Answer 131 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Ed Bassin
Top achievements
Rank 1
Ed Bassin asked on 11 Jun 2008, 04:47 PM
I have a sidebar on the left-hand side of the screen where certain buttons link to different pages on the site.  The main area is a a asp:ContentPlaceHolder.  When the user clicks a link on the sidebar, I want only the page in the ContentPlaceHolder to load.

Is it possible to do this, or do I have to wrap the ContentPlaceHolder in something special?

Thanks

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 12 Jun 2008, 07:26 AM
Hi Ed Bassin,

In order to achieve this functionality you could use RadAjaxManager on the master page of your application. For more information on implementing this scenario, please refer to the following help topic.

Also note that you could not add ContentPlaceHolder directly in the RadAjaxManager settings, as the control does not generate HTML and the AJAX will not work properly. If you need to ajaxify ContentPlaceHolder you should first wrap it in a regular Panel and add the Panel in the AJAX settings.

Kind regards,
Maria Ilieva
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Ed Bassin
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or