146 messaggi dal 05 maggio 2005
Ciao a tutti,
mi aiutata a capire cosa significa questo errore e come risolverlo?

In una pagina vuota che eredita da una master se inserisco questo codice

<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/MasterPage.Master"
CodeBehind="WF_Report.aspx.vb" Inherits="Test.WF_Report" %>



<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>

<asp:Button ID="Button1" runat="server" Text="Button" />
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>


e poi eseguo ottengo questo errore:

Cannot unregister UpdatePanel with ID 'UpdatePanel1' 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

Con VS2005 ho sempre usato ScriptManager ed UpdatePanel in questo modo e non ho mai avuto problemi.

Cosa sbaglio?

Grazie,
Atropo
11.886 messaggi dal 09 febbraio 2002
Contributi
Atropo ha scritto:
This might occur if the UpdatePanel was removed from the control tree and later added again, which is not supported.


ciao, proverei a seguire questa indicazione. Posta il codice del tuo cebehind WF_Report.aspx.vb, magari là c'è qualcosa che rimuove l'updatepanel proprio come indicato dal testo dell'errore...

ciao

Enjoy learning and just keep making

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.