Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have use Master page in my project. I have click button and sent to query in sqlserver 2005 and get the result in Gridview. That between time im button how to set loading image? please help me
Posted
Updated 18-Sep-13 1:12am
v2
Comments
Thanks7872 18-Sep-13 7:12am    
Don't repost the question. Follow original thread only.

1 solution

Refer - Disable particular portion of a page while processing[^].

Use UpdateProgress.
XML
<asp:UpdateProgress ID="UpdateProgress1" runat="server" DisplayAfter="1">
<ProgressTemplate>
<img alt="Loading..." longdesc="Loading..." src="Your_Loading_image.gif"  />
</ProgressTemplate>
</asp:UpdateProgress>




[Edit member="Tadit"]
Link text added to reflect the article title.
[/Edit]
 
Share this answer
 
v3
Comments
Thanks7872 18-Sep-13 7:11am    
Answer to repost also?
Member 10222278 19-Sep-13 6:06am    
doesn't working..
TrushnaK 19-Sep-13 6:55am    
post your code. what you have done so far?

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