This question is locked. New answers and comments are not allowed.
Hi All,
I am using Integer TextBox and what i want to do is when the value of drop down changes on the basis of that value i want to set the minimum value of Integer TextBox.. I am getting the value but i am not getting how to set the minimum value for Numeric Textbox i tried using
I am using Integer TextBox and what i want to do is when the value of drop down changes on the basis of that value i want to set the minimum value of Integer TextBox.. I am getting the value but i am not getting how to set the minimum value for Numeric Textbox i tried using
jQuery('#totalqty').tTextBox({minValue:'5'}) but it is not working..
Waiting for the replies..
Thankin in Anticipation