Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Iam trying to display a progress bar on web.Which is filled with colour first.Then based on a condition we have to reduce the fill inside the progress bar.In the aspx page I put the code as:-
XML
<span class="deposit_name">Status</span>
            <div class="progrss_bar_wrap">
                <div class="progrss_bar" id="progrsbarAmount">
                </div>
            </div>


But Iam unable to get the colour fill.please anyone give me some instructions to achieve this.

Thanks
Posted

 
Share this answer
 
Comments
danil33 5-Dec-12 23:13pm    
Hi Krunal,
It was not that I was looking for.Let me explain the problem in detail,I have an initial deposit 10000rs and this amount is reducing continuously and finally when it reaches 5000rs,the colour fill inside the progress bar will be reduced to half.Also,small small reductions in the amount should also be reflected in the progress bar.
Hope understand the problem
 
Share this answer
 
Comments
danil33 6-Dec-12 2:17am    
Thanks,It's based on button click an action is happening.But in my case no need for button.Comparing two amounts and the difference will be reflected in the colour inside progress bar.
[no name] 6-Dec-12 2:21am    
Then you should have your own logic for that.. We can't help you with the absolute solution everytime :)

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