G
Guest
Here's the code for both controls from the .aspx file:
And I have searched all 2 pages that come up in google with no resolution.
<cc1:AlwaysVisibleControlExtender id="AlwaysVisibleControlExtender1"
runat="server"
HorizontalSide="center" TargetControlID="UpdateProgress"
VerticalSide="middle">
</cc1:AlwaysVisibleControlExtender>
<asp:UpdateProgress id="UpdateProgress" runat="server"
AssociatedUpdatePanelID="UpdatePanel1">
<progresstemplate>
<div id="updiv" style="text-align:center; background-color:InfoBackground;
border: black thin double; padding-right: 1px; padding-left: 1px;
padding-bottom: 1px; padding-top: 1px;"><center>Loading, Please Wait...<BR
/><IMG src="Progress_Green.gif" /></center>
</div></progresstemplate>
</asp:UpdateProgress>
And I have searched all 2 pages that come up in google with no resolution.
<cc1:AlwaysVisibleControlExtender id="AlwaysVisibleControlExtender1"
runat="server"
HorizontalSide="center" TargetControlID="UpdateProgress"
VerticalSide="middle">
</cc1:AlwaysVisibleControlExtender>
<asp:UpdateProgress id="UpdateProgress" runat="server"
AssociatedUpdatePanelID="UpdatePanel1">
<progresstemplate>
<div id="updiv" style="text-align:center; background-color:InfoBackground;
border: black thin double; padding-right: 1px; padding-left: 1px;
padding-bottom: 1px; padding-top: 1px;"><center>Loading, Please Wait...<BR
/><IMG src="Progress_Green.gif" /></center>
</div></progresstemplate>
</asp:UpdateProgress>