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 ExtensionsModulesModulesDNN 06.02.03 UpdatePanel ProblemDNN 06.02.03 UpdatePanel Problem
Previous
 
Next
New Post
12/17/2012 7:40 AM
 

Hi.

I made a module DNN 06.02.03 with the following code.

<asp:UpdatePanel runat="server" ID="up_IMCRelaod" UpdateMode="Conditional">
        <ContentTemplate>
            <div id="animationAddExpedition">
                <ul>
                    <li><a href="#clientInfoAE">
                        <asp:Label ID="lb_clientTitle" runat="server" Text="Informa&ccedil;&atilde;o Cliente" CssClass="expeditionTitle" resourcekey="lb_clientTitleResource1"></asp:Label>
                    </a></li>
                    <li><a href="#pickingInfoAE">
                        <asp:Label ID="lb_pickingTitle" runat="server" Text="Informa&ccedil;&atilde;o Recolha" CssClass="expeditionTitle" resourcekey="lb_pickingTitleResource1"></asp:Label>
                    </a></li>
                    <li><a href="#reciverInfoAE">
                        <asp:Label ID="lb_reciverTitle" runat="server" Text="Informa&ccedil;&atilde;o Receptor" CssClass="expeditionTitle" resourcekey="lb_reciverTitleResource1"></asp:Label>
                    </a></li>
                    <li><a href="#loadInfoAE">
                        <asp:Label ID="lb_loadTitle" runat="server" Text="Informa&ccedil;&atilde;o Carga" CssClass="expeditionTitle" resourcekey="lb_loadTitleResource1"></asp:Label>
                    </a></li>
                    <li><a href="#otherInfoAE">
                        <asp:Label ID="lb_otherTitle" runat="server" Text="Outras Informa&ccedil;&otilde;es" CssClass="expeditionTitle" resourcekey="lb_otherTitleResource1"></asp:Label>
                    </a></li>
                </ul>
                <div id="clientInfoAE" class="contentTab">
                    <table id="ClientInfoTB">
                        <tr>
.....
                        </tr>
                    </table>
                    <asp:ImageButton ImageUrl="images/gravar.png" CssClass="ButtonNextAE" ID="bt_submit" runat="server" OnClick="bt_Save_Click" ToolTip="Actualizar" resourcekey="bt_submitResource1" />
                </div>
            </div>
        </ContentTemplate>
    </asp:UpdatePanel>

    <div id="expeditionValuesAE" class="expeditionValuesAE">
        <%-- In Module Developer Script Manager is commented --%>
        <%--<asp:ScriptManager ID="sm_calcRecalc" runat="server"></asp:ScriptManager>--%>

        <asp:UpdatePanel runat="server" ID="up_loadRecalcInfoAE" UpdateMode="Conditional">
            <ContentTemplate>
                <asp:GridView ID="gv_wsResult" runat="server" AutoGenerateColumns="False"
                    GridLines="None"
                    EmptyDataText="--- Empty Grid ---" CssClass="gridExpeditionValueAE" EnableModelValidation="True" resourcekey="gv_wsResultResource1">
                    <AlternatingRowStyle BackColor="White" />
                    <Columns>
                        <asp:BoundField DataField="descServicoDet" HeaderText="Servi&ccedil;o" ReadOnly="True"
                            SortExpression="descServicoDet">
                            <ItemStyle HorizontalAlign="Left" />
                        </asp:BoundField>
                        <asp:BoundField DataField="valorPVP" HeaderText="Valor" ReadOnly="True"
                            SortExpression="valorPVP" DataFormatString="{0:0.00}">
                            <ItemStyle HorizontalAlign="Right" />
                        </asp:BoundField>
                    </Columns>
                    <FooterStyle BackColor="#063579" Font-Bold="True" ForeColor="White" />
                    <HeaderStyle BackColor="White" Font-Bold="True" ForeColor="#8C8C8C" />
                    <PagerStyle BackColor="#063579" ForeColor="White" HorizontalAlign="Center" />
                    <RowStyle BackColor="#EFEFEF" ForeColor="#8C8C8C" VerticalAlign="Middle" />
                    <SelectedRowStyle BackColor="#063579" Font-Bold="True" ForeColor="White" />
                </asp:GridView>
                <br />

                <asp:Button runat="server" ID="bt_updateExpeditionValueAE" OnClick="UpdateButton_Click" Text="Actualizar Valor" CssClass="btUpdateExpeditionValueAE" resourcekey="bt_updateExpeditionValueAEResource1" />
                <br />
                <asp:Button runat="server" ID="bt_CPBlurAE" OnClick="UpdateCPostalButton_Click" Text="Actualizar Valor" CssClass="btCpBlurAE" resourcekey="bt_CPBlurAEResource1" />
            </ContentTemplate>
        </asp:UpdatePanel>


The problem is that an instance of DNN update panels works fine  and another with the same version no.
Can you help me?


Thankz

 
New Post
12/24/2012 6:26 AM
 
Hi Diogo.
You don't need UpdatePanels as you can enable the functionality in your Module Definition (Supports Partial Rendering). Maybe even you have a conflict there - you have Supports Partial Rendering enabled with UpdatePanels?

Kristian
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesDNN 06.02.03 UpdatePanel ProblemDNN 06.02.03 UpdatePanel Problem


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