All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
protected
void
Page_Load(
object
sender, EventArgs e)
{
if
((!IsPostBack) && (Session[
"start"
] !=
null
))
RadSlider1.SelectionStart = (
decimal
)(Session[
]);
RadSlider1.SelectionEnd = (
"end"
}
RadSlider_Items_ValueChanged(
Session[
] = RadSlider1.SelectionStart;
] = RadSlider1.SelectionEnd;