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

[Solved] sharing LoadingPanel in masterpage?

1 Answer 114 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Raymond Mui
Top achievements
Rank 1
Raymond Mui asked on 13 May 2008, 07:57 AM
Hi,

I have put the RadAjaxManager in the master page and RadAjaxManagerProxy in content pages.  It works fine.  I would like to like if it is possible to use (share) a single LoadingPanel from the master page among all content pages? 

If yes, how should I define it in the content pages?

Currently, I am working as follows:

Me.ramp1.AjaxSettings.AddAjaxSetting(Me.btnSaveLong, Me.pnlEditors, Nothing)

Thanks

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 13 May 2008, 08:26 AM
Hello Raymond Mui,

You can use FindControl() method in your content pages to locate the LoadingPanel in MasterPage and add it to the programmatically created AjaxSettings.

Regards,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Raymond Mui
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or