I have a window, where i have a button that starts an asp:UpdateProgress when i click an asp:button.
When the UpdateProgress is finish its just show my form, how does an asp:UpdateProgress behave is it
postBack or how can i trigger a javascript function, when the Progress is finish !?
The UpdateProgress control enables you to provide feedback about the progress of partial-page rendering. For postbacks or initial page rendering,
UpdateProgress control content is not displayed.
The page can contain multiple UpdateProgress controls. Each one can be associated with a different
UpdatePanel control. Alternatively, you can use one
UpdateProgress control and associate it with all the
UpdatePanel controls on the page.
The UpdateProgress control renders a
div element that is displayed or hidden depending on where a postback originates and whether the
AssociatedUpdatePanelID property of the
UpdateProgress control is set.
siraero
Member
419 Points
604 Posts
How does a asp:updateprogress behave !?
May 06, 2012 02:53 PM|LINK
Hi
I have a window, where i have a button that starts an asp:UpdateProgress when i click an asp:button.
When the UpdateProgress is finish its just show my form, how does an asp:UpdateProgress behave is it
postBack or how can i trigger a javascript function, when the Progress is finish !?
MahadTECH
Star
8976 Points
1659 Posts
Re: How does a asp:updateprogress behave !?
May 06, 2012 03:05 PM|LINK
This will help you to understand the phenomena.
http://ajax.net-tutorials.com/controls/updateprogress-control/
http://msdn.microsoft.com/en-us/library/bb386421.aspx
http://www.dreamincode.net/forums/topic/119029-aspnet-ajax-with-continuous-progress-bar/
Good Luck`
Mahad Bin Mukhtar
Remember to Mark the replies as Answers
The easiest day was 'yesterday'.
MCP, MCSD
For .NET TECH Blog
cnranasinghe
Star
8885 Points
1798 Posts
Re: How does a asp:updateprogress behave !?
May 06, 2012 03:39 PM|LINK
Following article describes
http://www.codeproject.com/Articles/18238/The-UpdateProgress-Control-of-ASP-NET-AJAX-Extensi
chetan.sarod...
All-Star
65739 Points
11138 Posts
Re: How does a asp:updateprogress behave !?
May 07, 2012 03:08 AM|LINK
The UpdateProgress control enables you to provide feedback about the progress of partial-page rendering. For postbacks or initial page rendering, UpdateProgress control content is not displayed.
The page can contain multiple UpdateProgress controls. Each one can be associated with a different UpdatePanel control. Alternatively, you can use one UpdateProgress control and associate it with all the UpdatePanel controls on the page.
The UpdateProgress control renders a div element that is displayed or hidden depending on where a postback originates and whether the AssociatedUpdatePanelID property of the UpdateProgress control is set.
http://msdn.microsoft.com/en-us/library/system.web.ui.updateprogress(v=vs.90).aspx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.