I have a ajaxControlToolkit Slider extender i am using and i would like to be able to render the sliders handle through javascript when i set it's value.
My slider has two input controls that are decoupled from the slider
- price: price is calculated based on a formula using the percent
- percent: percent is the same value as the slider
note: the percent field is not bound to the slider because i need to allow users to enter values outside of the sliders min and max range.
currently i am setting the values of all the controls through javascript but have not found a way to have the slider handle render with the new value until i postpack which i want to avoid doing.
does anyone know how to render the slider control with a new value through javascript?
I hope this makes sense and any help would be appreciated.
thanks, dan
My slider has two input controls that are decoupled from the slider
- price: price is calculated based on a formula using the percent
- percent: percent is the same value as the slider
note: the percent field is not bound to the slider because i need to allow users to enter values outside of the sliders min and max range.
currently i am setting the values of all the controls through javascript but have not found a way to have the slider handle render with the new value until i postpack which i want to avoid doing.
does anyone know how to render the slider control with a new value through javascript?
I hope this makes sense and any help would be appreciated.
thanks, dan