My child UpdatePanel updates both its contents and those of its parent UpdatePanel.
<asp:UpdatePanel ID="UpdatePanel1"
runat="server">
...
<asp:UpdatePanel ID="UpdatePanel2"
runat="server">
...
</asp:UpdatePanel>
...
</asp:UpdatePanel>
I don't want my parent UpdatePanel to be updated every time its child updates.