Version

getValue Method

Gets main or secondary value as Object.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getValue( 
   id : Number,
   perc : Number
) : {Any};
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebSlider.getValue(Number,Number);

Parameters

id
The id of thumb or track. Value 0 means main thumb, 1 means secondary thumb.
perc
Internal use only. Application should use null or do not include that parameter.

Return Value

Value of thumb or track. That can be Number or Date object according to SliderValueType.
See Also