or
Hello Support Team,
I have a query, so I need your help that I am using RadSlider control, as you know that there are imagebuttons on both of side slider control, but does not skip to the next image that is between the next dotted vertical lines. Could we change the left and right scrolling to skip to the next image instead of scrolling through the images. I have also attached an image, so you can grab it.
Have a nice day.
function validate() { if (document.getElementById("<%=rcmbcurrencycode.ClientID%>").value == "Select") { alert("Currency Code can not be blank"); return false; }if (document.getElementById("<%=rtxtinteresttype.ClientID%>").value == "") { alert("Interest Type can not be blank"); return false;}}var alphaExp = /^[a-zA-Z]+$/; if (document.getElementById("<%=rtxtinteresttype.ClientID%>").value == "") { alert("Interest Type can not be blank"); return false; if (rtxtinteresttype.value.match(alphaExp)) { return true; } else { alert("pls enter only numbers"); return false; } }