Getting textbox input and validating it for numerical value
I have an assignment where I need the user to enter a number between 40 and 60 in a textbox. I have to check to make sure it was between 40 and 60 and if it isn't I have to alert them to that.