ScriptManager in DotNetNuke 6
When I call the
ScriptManager.RegisterStartupScript(Me,
GetType(string),"Something","document.getElementById('xxx').style.display='inline'",true)
in a custom DNN module and having partial rendering enabled on my control,
the code does not work. However, when I remove the panels from the ascx
and disable the partial render it works. How should I proceed?
No comments:
Post a Comment