RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX

This topic shows how to register scripts using the dnn ScriptManager from a dnn module. One application of this technique is disabling embedded resources of Telerik controls which are used in a dnn module.

The twist with this approach is accessing the ScriptManager in the Page Load event handler of the user control of the dnn module. This is achieved via the dnn AJAX provider.

The code below registers the scripts needed for RadTabStrip when EnableEmbeddedScripts="false" for the control.