Check if textbox is a Valid Integer from 0 to 10000.

How can I check if a textbox contains a number that is a valid integer (just numbers) and that its a number from 0 to 10000 The way i did was in loops which would freeze the program for a few seconds. Any other ways



Answer this question

Check if textbox is a Valid Integer from 0 to 10000.