Hi everyone. Compelete noob working on my first app in C#. Here is what I am trying to do....
A user is going to enter an "ID" into a text box, all numbers. I have been trying to figure out how to trap a leading zero in the ID, for instance:
5031 is accepteble for ID 0827 not what we want
Basically, zero cannot be the leading number in the series. I thought, perahps this could be trapped via an index but I am stumped. Any thoughts????
-Confused Trapper