Welcome Guest Search | Active Topics | Sign In | Register

How to auto start and stop a progress bar on execution of other c# methods? Options
Dom Afonso
Posted: Wednesday, May 23, 2012 5:41:32 AM
Rank: Newbie
Groups: Member

Joined: 5/23/2012
Posts: 2
I am using asp.net to execute methods that return data from a server and want to auto display a progress bar with 0% progress when the getdata() c# method is sent to the server for execution; display 100% when the client has recived the data from server and them make the progress bar desappear when returned data is displayed to the controls.
Can anyone let me know how to do this?
vantonbill
Posted: Friday, October 26, 2012 1:36:34 PM
Rank: Newbie
Groups: Member

Joined: 10/26/2012
Posts: 1
Dom Afonso wrote:
I am using asp.net to execute methods that return data from a server and want to auto display a progress bar with 0% progress when the getdata() c# method is sent to the server for execution; display 100% when the client has recived the data from server and them make the progress bar desappear when returned data is displayed to the controls.
Can anyone let me know how to do this?


In this case it is better to use Ajax progress bar. http://asp.net-informations.com/ajax/ajax-progress.htm it is easy and simple to integrate it to your application.

Vanton.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.