or
<telerik:RadNumericTextBox
ShowSpinButtons="true"
IncrementSettings-InterceptArrowKeys="true"
IncrementSettings-InterceptMouseWheel="true"
Width="35px"
runat="server"
ID="qty"
MaxValue="99"
MinValue="1"
Value="1"
AutoPostBack="true"
OnTextChanged="qty_TextChanged">
<NumberFormat DecimalDigits="0" />
</telerik:RadNumericTextBox>
function JSSelect() { var combo = $find("<%= RadComboBox1.ClientID %>"); var itm = combo.findItemByValue('04'); itm.select();}
