How to show a gif image like progressbar till the particular process is completed
I have a specific requirement in C#.net web application. That is i have one gif image which shows a busy process. This image has to show till my back end process has to be completed. Please help me how to do this.
Tanmay SarkarPosted Aug 5, 2010, 11:21 AM
I upload here it. just go through the code. I use counting from 0 to 20000 and use the gif for progress.
You Know few people thumbs down my suggestion but they have no any code for you or any better idea... but they still on their job to thumbs down .... :)
Ok try it.
If it help you Please mark it as answer. :)
Good luck.
Tanmay SarkarPosted Aug 7, 2010, 11:40 AM
If you can, then you should build an usercontrol and add it in your web project.
Reply must. if you can or not.
Thank you!
Tanmay SarkarPosted Aug 7, 2010, 11:26 AM
I am very sorry, please don't mind. Write a new thread in this forum, you can give name as
How to show a progress-gif image as progressbar till the particular process is completed in web-app not window base.
hope proper team will support you!
Thank you! best of luck!
pindiprolu venkata ramaraoPosted Aug 7, 2010, 2:50 AM
I have done this solution for windows application successfully, but i have to do this solution for web application. While working on web application have stucked becoze in web application we don't have backgroundworker component. For that we have do this task by using multithreading with synchronization. Please reply to this if you have any idea or solution.
Thanks & Regards
Ramarao P.V.
Tanmay SarkarPosted Aug 5, 2010, 12:56 PM
pindiprolu venkata ramaraoPosted Aug 5, 2010, 12:26 PM
This is what i want. I will try to apply to my application. If i need any help in this regards i will get back you. Realy i thankful to you becoze i have learnt a new control "Backgroundworker".
Mahesh ChandPosted Aug 5, 2010, 11:49 AM
Aurigma Image Uploader provides the effects you are looking for out of the box.
pindiprolu venkata ramaraoPosted Aug 5, 2010, 9:06 AM
Tanmay SarkarPosted Aug 5, 2010, 9:00 AM
that's it.
Please mark it as answer if it help you!