Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3358994
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T02:49:07+00:00 2026-05-18T02:49:07+00:00

i have the below page and i am racking my brain as to why

  • 0

i have the below page and i am racking my brain as to why when i have two update panels do they both get post backs. i can tell cause i have two user controls- one in each panel and they both fire page load events when only the left panel should be posing back and updating itself… or else whats the point of update panels if in reality the entire page is posting back!!!

what am i missing here?

<asp:Content ID="StyleContent" ContentPlaceHolderID="Style" runat="server">
<link href="../Styles/ReportWizard.css" rel="stylesheet" type="text/css" />

<div class="clearFix"></div>

<div class="wizardContainer">
<asp:UpdatePanel runat="server" ID="pnlWizard">
    <ContentTemplate>
        <table>
            <tr>
                <td>
                    <asp:Panel runat="server" ID="pnlContainer"  CssClass="leftWindow" />
                </td>
            </tr>
            <tr><td>
                <input type="hidden" name="rwReport" id="rwReport" />
                <input type="hidden" name="rwProject" id="rwProject" />
                <input type="hidden" name="rwStakeholder" id="rwStakeholder" />
                <input type="hidden" name="rwStakeholderNames" id="rwStakeholderNames" />
                <input type="hidden" name="rwMilestone" id="rwMilestone"/></td>
            </tr>
            <tr>
                <td align="right">
                    <asp:Button runat="server" ID="cbPrev" Text="Previous" CssClass="rwButton" OnClick="cbPrev_Click" OnClientClick="return updateBC('bwd');" />
                    <asp:Button runat="server" ID="cbNext" Text="Next" cssClass="rwButton" OnClick="cbNext_Click" />
                </td>
            </tr>
        </table>
    </ContentTemplate>
</asp:UpdatePanel>

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T02:49:07+00:00Added an answer on May 18, 2026 at 2:49 am

    First, you don’t specify the UpdateMode properties of your UpdatePanels, so they default to Always. That means both panels will be refreshed when one of them performs a partial postback. You need to specify these properties and set them to Conditional.

    That said, it’s perfectly normal that both your user controls go through their Load phase on each postback, even partial ones. The whole page lifecycle actually takes place during a partial postback, just like it does during a full postback, but during a partial postback only part of the resulting page markup is sent to the browser.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the below xpath expression //div[@class=post-content]//img which runs on a html page, scanning
I have one form as shown below: Page 1: <form name = form1 method=post
I have a page (below) that has a datagrid that lists item's returned from
I have a page like below; <style type=text/css> #test a{ display: block; width: 150px;
I have a page like below; <style type=text/css> #div1 { height: 100px; background-color: #CCCCCC;
I have tested the below script on a demo page which is not using
I have added placeholder to a page as below. <tr > <td > <asp:PlaceHolder
I have this line below that shows a link to go the next page
Below I have an application. Now on the previous page user types in a
I have a page (contrived example below) with a Google doc and a download

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.