Click here to Skip to main content
16,021,115 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I am converting data from database to CSV. It takes few mins/Secs. In Cliet side, I just wnt to display the percentage of work done in the server side as its being updated the progress bar should also increase the progress bar percentage? how can i acheive this ? Can anyone please guide me?
Posted
Comments
ZurdoDev 3-Apr-13 7:16am    
Since the web is a disconnected medium you'll need to create a JS function on the client side that polls a webservice very second or two to find out what percent is done.
logambal Guhan 3-Apr-13 7:28am    
am learner and got struck with this can you pls send me the code and how to use it?

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900