ASP.NET Ajax UpdatePanel flicker
问题 Here's my code <asp:LinkButton ID="createChart" runat="server" OnClick="createChart_onClick"></asp:LinkButton> <asp:UpdatePanel ID="result" runat="server" UpdateMode="Conditional"> <Triggers> <asp:AsyncPostBackTrigger ControlID="submit" /> </Triggers> <ContentTemplate> <!-- content --> </ContentTemplate> </asp:UpdatePanel> It works great. My problem is that every now and then i see a white flicker sometime in between a request and a response. It's a little annoying. Is this a common