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

Master Pages and AJAX - can this be done?

1 Answer 94 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Jonathan Medley
Top achievements
Rank 1
Jonathan Medley asked on 03 May 2008, 02:33 AM
I have a master page with a RadPanelbar to be used for navigation purposes. I would like to be able to click an item in the RadPanelbar and load the corresponding aspx content page into the ContentPlaceHolder of the master page without the entire page refreshing. Can this be done with AJAX? If so, how and could someone please provide skeleton code for both the master and content pages?

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 05 May 2008, 08:59 AM
Hi Jonathan,

Loading completely new page cannot be "ajaxify" the way one expect. You will still see the loading browser status bar, which is caused by the new page load.

I'd suggest you go for dynamic load of user controls with AJAX. You can take a look at this article for more information.

Best wishes,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Jonathan Medley
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Share this question
or