Answered by:
How to add a progress bar in asp.net with visual basic?

Question
-
User426001450 posted
As I can see from this article on the Web, VB.Net - ProgressBar Control at https://www.tutorialspoint.com/vb.net/vb.net_progress_bar.htm , there is a progress bar control for visual basic. I’m kind of confused here, because I cannot find it in my Visual Studio. The article is about VB.Net. Does this apply to asp.net as well? If it does, how can I find it in my Visual Studio? Do I have to add it? Do any of you used it before? Thanks for your help.
Friday, August 3, 2018 3:04 AM
Answers
-
User1120430333 posted
https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_progressbar1&stacked=h
You would have to use something like Bootstrap.
https://www.w3schools.com/bootstrap/bootstrap_get_started.asp
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, August 6, 2018 3:21 AM
All replies
-
User409696431 posted
The progress bar is in System.Windows.Forms space. Are you working on a website, or a windows desktop application (windows forms)?
You'll find that control in a Windows Desktop application, not a website.
Friday, August 3, 2018 3:20 AM -
User426001450 posted
I'm working with a website. It is not possible to add it to a website?
Friday, August 3, 2018 3:22 AM -
User409696431 posted
That tool is not available for a website. You can add progress bars many ways - but not from the standard toolkit.
Mark this thread as answered by my response (since your question was about that tool), and open a new question about a progress bar, and include what you want the progress bar for. Loading the page? Performing a function the user initiated with a click? Something else?
You'll get answers.
Friday, August 3, 2018 4:16 AM -
User283571144 posted
Hi vstorpedo,
I'm working with a website. It is not possible to add it to a website?As KathyW says, we couldn't use win form's process bar in the asp.net since this will only wrok in the server side.
I suggest you could cosider using jquery and webmethod to achieve your requirement.
You could use jquery send the request to the server side and use it show the process bar.
More details about how to use it in vb.net, you could refer to below article.
http://www.dotnetcurry.com/showarticle.aspx?ID=384
https://www.aspsnippets.com/Articles/Show-progress-bar-on-Button-Click-in-ASPNet.aspx
Best Regards,
Brando
Monday, August 6, 2018 3:03 AM -
User1120430333 posted
https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_progressbar1&stacked=h
You would have to use something like Bootstrap.
https://www.w3schools.com/bootstrap/bootstrap_get_started.asp
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, August 6, 2018 3:21 AM