Tagged Questions

2
votes
1answer
2k views

How can I update the ScriptManager from a .ascx Web User Control in DNN?

I've created a Web Service that I need to use in my .ascx page. I can't just add this: <asp:ScriptManager ID="OWUScripts" runat="server"> <Services> <asp:ServiceReference ...