Posted on: 9/4/2014 12:51:09 AM | Views : 460

Hello, is there a demo out there that I could see the code for when someone enters text that displays a percentage of a progress bar and the overall completion.?
e.g. I user accesses a webpage and it asks him to enter the 5 phases of a project and the percentage that they have finished so far and a progress bar will show the result. Then after after show the total ( meaning 5 phases complete) show the overall percentage of the project complete. 

So far I have found this code that works well but I'm not sure how to tweak it the way I want.  
You have this much gas left in the tank:<br /> <asp:Panel ID="ProgressBarContainer1" runat="server" Height="18px" Width="324px" Style="border-color: Black; border-width: 1px; border-style: solid;" HorizontalAlign="Left"> <asp:Label ID="LabelProgressBa ...

Go to the complete details ...