ASP.NET Webforms UpdatePanel duplicate contents
问题 I've been handed a huge Webforms project which I'm trying to understand, and I have a problem where an Update Panel is duplicating a lot of its content. The aspx code for the panel is huge, hundreds of lines long, but it basically looks like this simple example, only with lots more asp:TextBox and asp:ListBox . <asp:UpdatePanel runat="server" ChildrenAsTriggers="true" RenderMode="Block" UpdateMode="Conditional"> <ContentTemplate> <div><table><tbody><tr><td> <label>Search</label><asp:TextBox