I am currently working on a project that has a textbox I need to do a validation on. I want to actually do two validations: 1) Make sure it is an integer and 2) Make sure it is divisible by 10.
I have done a lot of searching and have read about the "mod" method but am not familiar with that at all.
Does anyone here have any ideas??
Thanks