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

RadAjaxmanager Issue

1 Answer 66 Views
Getting started with ASP.NET
This is a migrated thread and some comments may be shown as answers.
Rama
Top achievements
Rank 1
Rama asked on 24 Jan 2013, 11:57 AM
Hello all

IN one webpage i have taken two usercontrols , in one usercontrol i have taken one RadAjaxManager and 
OnAjaxRequest = "RadAjaxManager1_AjaxRequest " this RadAjaxManager1_AjaxRequest event is fired in cs.
in second usercontrol also i have taken one RadAjaxManager and OnAJaxRequest = " RadAjaxManager1_AjaxRequest"  this
RadAjaxManager1_AjaxRequest event is fired in cs. when run the application i getting this error like
"

Only one instance of a RadAjaxManager can be added to the page!"

Please tell me any one.

Thanks & Regard's


1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 28 Jan 2013, 11:35 AM
Hi Rama,

Please note that you are allowed to place only a single instance of the RadAjaxManager control on the page. Instead, in a complex scenario like WebUserControls or Master/ContentPages, one should place RadAjaxManager instance on the main/master page and add a proxy control to the user control/content page.

I hope this will prove helpful.

Regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Getting started with ASP.NET
Asked by
Rama
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or