Click here to Skip to main content
15,893,337 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have registration Page,here i am using asp image button control.Fill the Form n Click on the image button,data will be stored in database, at the same time i want to overlay one image with text "Processing" on the current Registration form.after complete the process that image will go it self.
Plz any one can help me













Thanks in Advance
Posted
Comments
Sandeep Mewara 3-May-11 2:49am    
And your issue is?

1 solution

user following:
XML
<atlas:UpdateProgress ID="progress1" runat="server">
       <ProgressTemplate>
           <div class="progress">
               <img src="indicator.gif" />
               Please Wait...
           </div>
       </ProgressTemplate>
   </atlas:UpdateProgress>

Thanks,
Imdadhusen
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900