I am having trouble with simple validation.
All I want to do is validate a text box so that if a number is entered, an error occurs.

I can check lengths and for nulls but I cant figure this one out.

I have tried using a char.IsDigit but that doesnt work, and apparently it isnt as simple as string.contains = 1,2,3 etc.

Im really stuck. Can anybody help me out?