Hello
I have developed a custom module that has as updatepanel. It worked fine in dnn 7. Now, in DNN 9.1.1, I have an issue when I am in Edit Mode.
In this case is thrown this exception:
Cannot unregister UpdatePanel with ID 'UpdateDatePanel' since it was not registered with the ScriptManager. This might occur if the UpdatePanel was removed from the control tree and later added again, which is not supported.
System.Web.UI.PageRequestManager.UnregisterUpdatePanel(UpdatePanel updatePanel) +214
System.Web.UI.UpdatePanel.OnUnload(EventArgs e) +62
System.Web.UI.Control.UnloadRecursive(Boolean dispose) +308
System.Web.UI.Control.UnloadRecursive(Boolean dispose) +228
System.Web.UI.Control.UnloadRecursive(Boolean dispose) +228
System.Web.UI.Control.UnloadRecursive(Boolean dispose) +228
System.Web.UI.Control.UnloadRecursive(Boolean dispose) +228
any ideas?
Thanks!