<asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:Button ID="btnDwnload" runat="server" OnClick="btnDwnload_Click" Style="text-align: center" Text="Download" UseSubmitBehavior="false" /> </ContentTemplate> </asp:UpdatePanel> </td> <td style="text-align: center"> <asp:UpdateProgress ID="UpdateProgress2" runat="server" AssociatedUpdatePanelID="UpdatePanel2"> <ProgressTemplate> <div style="top: 0px; height: 1000px; background-color: White; opacity: 0.75; filter: alpha(opacity=55); vertical-align: middle; left: 0px; z-index: 999999; width: 1500px; position: absolute; text-align: center;"> </div> <asp:Image ID="Image2" runat="server" ImageUrl="~/images/indicator.gif" Width="100px" /> <br /> Processing... </ProgressTemplate> </asp:UpdateProgress>