enable History in ScriptManager in dnn module?

239 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 best solutions below

0
On BEST ANSWER

I found it you can use this code

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