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?
|
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.
|