Im trying to limit the range from 1 to 60 in a textbox. So how can i know if is on range?
Use the textboxChanged event to check the value in the textbox, and either remove the value if not between 1-60, and/or raise a notifier to advise the user
How can i compare the text with the number?