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 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!