I try to run a downloaded sample in C# but got an error. How to fix it? (I use VB)
int selectedValue =((RadSlider)sender).Value;
Error 1 Cannot implicitly convert type 'decimal' to 'int'. An explicit conversion exists (are you missing a cast?)
Go to the complete details ...