Tuesday 1 April 2014

Update progress bar using update progress ajax asp.net

<asp:UpdateProgress ID="UpdateProgress1" runat="server" DisplayAfter="0">
               <ProgressTemplate>
                   <div id="IMGDIV11" runat="server" align="center" style="visibility: visible; 
                       vertical-align: middle; width: 100%; position:fixed; height:100%; 
                       z-index: 999999; margin-top: -150px; margin-left: -10px;"
                      valign="middle" class="modalBackground">
                       
                       <asp:Image ID="Image11" runat="server" Style="position: relative; top: 40%; left: 0px;"
                           Height="120px" ImageUrl="~/Images/progress2.gif" />
                   </div>
                   
               </ProgressTemplate>
           </asp:UpdateProgress>

No comments:

Post a Comment

Excel Sort values in ascending order using function TEXTJOIN

 Excel ::  Text ::  1,3,5,2,9,5,11 Result :: 1,2,3,5,5,9,11 Formula ::     TEXTJOIN ( ",",1,SORT(MID(SUBSTITUTE( A1 ,","...