dotnetnukedotnetnuke-moduledotnetnuke-6

enable History in ScriptManager in dnn module?


just I wan to ask how can I Enable history in ScriptManager Dnn module I tryied this DotNetNuke.Framework.AJAX.SetScriptManagerProperty and it only work with DNN 5.4 just how can I do it in DNN 7


Solution

  • I found it you can use this code

    ScriptManager sm = ScriptManager.GetCurrent(this.Page);