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

ScriptManagerProxy

4 Answers 508 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Dave Miller
Top achievements
Rank 2
Dave Miller asked on 15 Jul 2008, 03:57 PM
Is there a comparable proxy control for RadScriptManager? I have a RadScriptManager in a page that dynamically loads usercontrols an in one of these I need to add a "services" tag. Below is how it would be done using the ASP:ScriptManager. Is there a way to do this using RadScriptManager?

<asp:ScriptManagerProxy ID="ScriptManager1" runat="server">
 <Services>
    <asp:ServiceReference Path="~/Service.asmx" />
  </Services>
</asp:ScriptManagerProxy>


Thanks,
Dave

4 Answers, 1 is accepted

Sort by
0
Accepted
Konstantin Petkov
Telerik team
answered on 16 Jul 2008, 04:59 AM
Hello Dave,

No, there is no alternative for the ScriptManagerProxy for RadScriptManager as you can use the ScriptManagerProxy control itself.

Let us know if other questions popup.

Greetings,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Dave Miller
Top achievements
Rank 2
answered on 16 Jul 2008, 11:58 AM
Are you saying you can use asp:ScriptManagerProxy on a usercontrol and use the telerik:RadScriptManager on the parent?

Thanks,
0
Sebastian
Telerik team
answered on 16 Jul 2008, 12:00 PM
Hello Dave,

I believe this is what my colleague Konstantin meant in his posting.

Best,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Dave Miller
Top achievements
Rank 2
answered on 16 Jul 2008, 02:33 PM
Thanks,

The answer was so obvious I guess I just missed it.

Thanks,
Dave
Tags
Ajax
Asked by
Dave Miller
Top achievements
Rank 2
Answers by
Konstantin Petkov
Telerik team
Dave Miller
Top achievements
Rank 2
Sebastian
Telerik team
Share this question
or