Posted on: 11/6/2014 5:50:50 PM | Views : 492

Hello
I have looked around for a tutorial on using a progress bar while uploading a file. There are only a few tutorials and they focus on C# and not on VB.NET.
I would like a progress bar to be a permanent feature on the aspx page I currently have to upload files. Ideally, the progress bar would track the upload process, preferably using a left-to-right 'bar' showing percentages, only when the 'Uploads' button is clicked. I don't think I would need to use any drawing or graphics tools in my Visual Studio 2013 Express for the Progress Bar.
Some tutorials, such as this one, http://vb.net-informations.com/gui/timer-vb.htm, suggest using Timer; others advocate pulling in the ProgressBar from the Toolbox, but that has been replaced by UpdateProgress, while other sites speak of using a ReportProgress/percentProgress method or BackgroundWorker.
Thanks for any pointers.

Go to the complete details ...