Domanda

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

È stato utile?

Soluzione

I found it you can use this code

ScriptManager sm = ScriptManager.GetCurrent(this.Page);
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top