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
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