Hi there,
I need to show my the progress image when update panel is working.
Also I want to show the remaining background to deactivate.
Can you please guide me how can i achieve this using my loading.gif image and updatepanel in .net.
Welcome to ASP/Free, a community dedicated to helping beginners and professionals alike in improving their knowledge of Microsoft's development and administration technologies. Sign up today to gain access to the combined insight of tens of thousands of members.
Hi there,
I need to show my the progress image when update panel is working.
Also I want to show the remaining background to deactivate.
Can you please guide me how can i achieve this using my loading.gif image and updatepanel in .net.
Hi,
when you try ajax control update panel in your .net application. you can use the asp:updateprogress which will do the same.
look at the below example
let me know if you want more in thisCode:<asp:updatepanel id="ResultsUpdatePanel" runat="server"> <contenttemplate> <div style="text-align:center;"> <asp:updateprogress id="UpdateProgress1" runat="server" associatedupdatepanelid="ResultsUpdatePanel" dynamiclayout="true"> <progresstemplate> <img src="support/images/loading.gif"> </progresstemplate> </asp:updateprogress> </div> //your control code </contenttemplate> </asp:updatepanel>
if you found this post is useful click * button (bottom side on this reply ) and agree
Jquery Shake Effect ,
JQUERY on Blogger
Thank You,
KiranK
Become Part of This Conversation
Join NowFor Free!