Hi
I used UpdateProgress below is code
   <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="upT">
        <ProgressTemplate>
            <div class="modal">
                <div class="center">
                    <img alt="" src="loader.gif" />
                </div>
            </div>
        </ProgressTemplate>
    </asp:UpdateProgress>
this is for just 1 updatepanel I have 6 updatepanel in my page how I can use UpdateProgress for all my update panel?
Best Regards
Neda