Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, I was building a website that I will deploy soon in Azure but then I haven't found any sources in the Internet that can guide me in making progress bars that is dependent on our database. I wanted to edit the number of bars showing when the user prompts it to update itself. I also wanted to base the number of bars it will show depending on the values outputted on the database that I already uploaded in Azure. Is it possible?

If it isn't possible, is my only choice of displaying our database would be the asp:GridView or databinding to a ArrayList? Thank you and hope you could help me! :)


P.S. Just a background of what I wanted to display on the website, I wanted to make a website that displays the current concentration of gas based on the concentration that would be passed from the sensors. And it wouldn't be that easier to look at if I just displayed the database itself. That is why I wanted to make it look simpler by presenting the current concentration at a given time in the website using a progress bar. (Also, it doesn't have to be updated every time or in real time. Just when the user prompts the website to update the status.) Also, I already deployed the database in Azure.
Posted

1 solution

You can add responsive progress bar to your database in your website by adding Bootstrap 3 plugin(css), you just have to assign a value of progressbar at a time of rendering your webpage.

Bootstrap is full of CSS so it compatible to all modern browser.
You will get it from here.
 
Share this answer
 

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