Progressbar For ASP.Net
is a WebControl that will display a Progress bar
Options
BackColor= Color
BarBorderColor=Color
BarBorderSize="1"
BarBorderStyle =Border Styles
` BarColor=Color
BarcssClass="" Style
barHeight="18px"
barWidth="150px"
BlockFillColor=Color Blocks="20"
BorderColor=Color
BorderStyle=Border Styles
BorderWidth="4px"
DisplayType="Continuous" | "Blocks"
PercentLocation="RightSide" | "LeftSide" {only need if ShowPrecent is true}
ShowPrecent="true"
TrafficLight="true" BarColor = red | Yellow | green base on Vaule {OverWrites BarColor if TrafficLight is true }
Value=".3" 0.0 to 1.0 (can Databind )