Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesProblems by using of UpdatePanel in DNN9Problems by using of UpdatePanel in DNN9
Previous
 
Next
New Post
8/23/2017 2:24 PM
 
Hi,

I want to install our old modules on a new DNN 9 Site.  I builded the module with the new assemblies and installed it without error. When I want to change to the edit view, on a page where this module is placed, I get this error message:
[ArgumentException: Cannot unregister UpdatePanel with ID 'upContent' 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.
Parameter name: updatePanel]
   System.Web.UI.PageRequestManager.UnregisterUpdatePanel(UpdatePanel updatePanel) +162
   System.Web.UI.ScriptManager.System.Web.UI.IScriptManagerInternal.UnregisterUpdatePanel(UpdatePanel updatePanel) +50
   System.Web.UI.UpdatePanel.OnUnload(EventArgs e) +42
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +247

First I thought maybe something in my module is messing with the script manager. But I made a simplified module that looks like that:
<%@ Control language="C#" Inherits="My.Modules.TestDNN9Module.View" AutoEventWireup="true"  Codebehind="View.ascx.cs" %>
<asp:UpdatePanel ID="upContent" UpdateMode="Conditional" runat="server">
    <ContentTemplate>
         Hello World!
    </ContentTemplate>
</asp:UpdatePanel>

The above sample works fine when I remove the UpdatePanel but what would be the best approach to get my old modules working ? My Problem is here that we have a lot of modules and not much time, so if anyone got an idea how I can get the Update Panel working again I would be happy, if not we don't have a choice but to start work.If you have some recommendations what should be used instead of UpdatePanel, I'm also interested. If you need any further information from me, feel free to ask.
 
New Post
8/24/2017 4:10 AM
 
 
New Post
8/24/2017 8:52 AM
 
Thanks, this looks promising.

When I find some time I will test it.
 
New Post
8/24/2017 11:04 AM
 

Thanks, that helped.  The marked answer solved my Issue, my simplified module works now.  

 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesProblems by using of UpdatePanel in DNN9Problems by using of UpdatePanel in DNN9


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out