Click here to Skip to main content
15,885,933 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,
My application calls the backend stored procedure and get the results to the dataset, in the mean time i need to display the status of the procedure execution in my progress bar control in my Frontend Form. Please anyone give the idea to do this.

Regards,
Bluesathish.
Posted

1 solution

You can set the Style property of progress bar to 'Marquee'
 
Share this answer
 
Comments
bluesathish 2-Jan-12 7:16am    
Hi Raimis9,
Thanks for your reply, I knew about it. But my problem is i've to show the progressbar blocks while the procedure runs, it should gets its maximum when procedure returns the results. Can you give idea for this?
Raimis9 2-Jan-12 7:32am    
Hi, I'm not sure is it possible at all to get real progress indication. You can "simulate" indication. For example , if SP runs about one minute, increase progress bar value each second or two and after the dataset is filled, set the maximum value to the bar.
bluesathish 3-Jan-12 23:41pm    
yeah, its a good idea.but what is the upper limit to be given for the progress bar, because each time the SP returns different results.

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