Version

reset_progressValue Method

Resets the Value property of the control and then calls _snapToInterval to start the control update process.
Syntax
ASP.NET Ajax Javascript (Specification) 
function reset_progressValue() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebProgressBar.reset_progressValue();
See Also