Is it possible to set the value of RadSlider through JavaScript based on a value in my textbox? When I enter some value in the textbox then the slider
should be set accordingly and vice-versa.
Thanks
Ben.
It is possible to set the slider value through Javascript. Please have a look into the following code snippet to set the slider value from textbox as well as to set the textbox value from the slider. You can use the OnClientValueChanged event of the RadSlider to set the textbox value when the slider position is changed.