Hi
I have an updateprogress which is affiliated with an updatepanel on the page.
The updatepanel is smal and page is big, what I want to do is display the updateprogress on the page but only on the top of the updatepanel area of the page.
Currently my update progress covers the whole page.
<asp:UpdateProgress ID="uprgApplicantPool" AssociatedUpdatePanelID="upnlApplicantPool" runat="server"><ProgressTemplate><div style="background-color: Gray; filter: alpha(opacity=60); opacity: 0.60; width: 100%; top: 0px; left: 0px; position: fixed; height: 100%;"></div><div style="margin: auto; font-family: Trebuchet MS; filter: alpha(opacity=100); opacity: 1; font-size: small; vertical-align: middle; top: 45%; position: fixed; right: 45%; color: #275721; text-align: center; background-color: White; height: 100px;"><table style="background-color: White; font-family: Sans-Serif; text-align: center; border: solid 1px #275721; color: #275721; width: inherit; height: inherit; padding: 15px;"><tr><td style="text-align: inherit;"><img src="../../App_Image/Saving.gif" alt="Please wait....." /></td><td style="text-align: inherit;"><span style="font-family: Sans-Serif; font-size: medium; font-weight: bold;">Please wait...</span></td></tr></table></div></ProgressTemplate></asp:UpdateProgress>
Any suggestion ?
Thanks,
maulin.