<center>
<asp:UpdateProgress ID="updProgress" runat="server" AssociatedUpdatePanelID="UpdatePanel3" DisplayAfter="0">
<ProgressTemplate>
<div style="z-index:250000; position:absolute;">
<cc1:AlwaysVisibleControlExtender ID="alvx" runat="server" TargetControlID="img1" HorizontalSide="Center" VerticalSide="Top" VerticalOffset="200">
</cc1:AlwaysVisibleControlExtender>
<asp:Image ID="img1" runat="server" ImageUrl="~/View/TrainingPartner/images/animatedEllipse.gif" />
</div>
</ProgressTemplate>
</asp:UpdateProgress>
<asp:UpdatePanel ID="UpdatePanel3" runat="server" UpdateMode="Conditional">
<ContentTemplate>
</ContentTemplate>
</asp:UpdatePanel>
</center>
No comments:
Post a Comment