i have a webpage where i had put an update progress control.I want that as the update progress starts, the entire Page will be gray out and as it completes the page will resume to original. Below is the code i had added for Update Progress:-
<div class="divTextAlign">
<asp:Updateprogress id="updProgress" runat="server" dynamiclayout="true" associatedupdatepanelid="updForgotPassword">
<Progresstemplate>
<img src="App_Themes/Images/ajax-loader.gif" alt="" />
</Progresstemplate>
</asp:Updateprogress>
Please Let me know that how i gray out the page , If possible please provide the code also . Thanks in advance.