hello,
i have label which has value 20 then i have textbox which has value is blank
so i am looking for javascript that if label value is 20 so user can only type equal to greter value in textbox if user type less than label value so it shows error message that textbox value should be greater than label value
i meant to say when user finish type in textbox it should compare textbox value with label value if and textbox vlaue is less than label value so show error message like
if label has value 20 and user type in text box 19 so it show error that 19 is less than 20