我想让以下内容,显示在页面的正中间
<asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1">
        <ProgressTemplate>
            正在加载数据...<br />
            <asp:Image ID="Image1" runat="server" ImageUrl="~/TestTemp/images/loading_16x16.gif" />
        </ProgressTemplate>
</asp:UpdateProgress>如下图所示: