enable History in ScriptManager in dnn module?

274 views Asked by At

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

1

There are 1 answers

0
AudioBubble On BEST ANSWER

I found it you can use this code

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